Remove the old dummynet directory and update the new code with the missing files...
[ipfw.git] / dummynet2 / include / sys / param.h
diff --git a/dummynet2/include/sys/param.h b/dummynet2/include/sys/param.h
new file mode 100644 (file)
index 0000000..f068998
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef _SYS_PARAM_H_
+#define _SYS_PARAM_H_
+
+/*
+ * number of additional groups
+ */
+#ifndef LINUX_24
+#define NGROUPS                16
+#endif
+
+#endif /* _SYS_PARAM_H_ */