Choosing an even number for SIOCEND as suggested by François. Thank you.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34625 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Colin Günther 2009-12-10 20:51:26 +00:00
parent 89ee864a4c
commit 281f1ab86c

View File

@ -60,6 +60,6 @@
#define SIOCSIFGENERIC 8945 /* generic IF set op */
#define SIOCGIFGENERIC 8946 /* generic IF get op */
#define SIOCEND 8946 /* Always set to highest SIOC* */
#define SIOCEND 9000 /* SIOCEND >= highest SIOC* */
#endif /* _SYS_SOCKIO_H */