PERFORCE change 134663 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 2 11:02:38 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=134663
Change 134663 by rwatson at rwatson_cinnamon on 2008/02/02 19:02:14
Renumber ioctls so that BIOCFEEDBACK has the same ioctl number as
in CVS.
Affected files ...
.. //depot/projects/zcopybpf/src/sys/net/bpf.h#21 edit
Differences ...
==== //depot/projects/zcopybpf/src/sys/net/bpf.h#21 (text+ko) ====
@@ -147,13 +147,12 @@
/* Obsolete */
#define BIOCGSEESENT BIOCGDIRECTION
#define BIOCSSEESENT BIOCSDIRECTION
-
-#define BIOCGETBUFMODE _IOR('B', 124, u_int)
-#define BIOCSETBUFMODE _IOW('B', 125, u_int)
-#define BIOCGETZMAX _IOR('B', 126, size_t)
-#define BIOCROTZBUF _IOR('B', 127, struct bpf_zbuf)
-#define BIOCSETZBUF _IOW('B', 128, struct bpf_zbuf)
-#define BIOCFEEDBACK _IOW('B', 129, u_int)
+#define BIOCFEEDBACK _IOW('B',124, u_int)
+#define BIOCGETBUFMODE _IOR('B',125, u_int)
+#define BIOCSETBUFMODE _IOW('B',126, u_int)
+#define BIOCGETZMAX _IOR('B',127, size_t)
+#define BIOCROTZBUF _IOR('B',128, struct bpf_zbuf)
+#define BIOCSETZBUF _IOW('B',129, struct bpf_zbuf)
/* Packet directions */
enum bpf_direction {
More information about the p4-projects
mailing list