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:
parent
89ee864a4c
commit
281f1ab86c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user