Reverted the changes to the log() function, deleting the void* cast. The problem...
[ipfw.git] / dummynet2 / include / sys / param.h
1 #ifndef _SYS_PARAM_H_
2 #define _SYS_PARAM_H_
3
4 /*
5  * number of additional groups
6  */
7 #ifndef LINUX_24
8 #define NGROUPS         16
9 #endif
10
11 #endif /* _SYS_PARAM_H_ */