From 281f1ab86c9f9c1b272baa1011f5e6613f1e60ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20G=C3=BCnther?= Date: Thu, 10 Dec 2009 20:51:26 +0000 Subject: [PATCH] =?UTF-8?q?Choosing=20an=20even=20number=20for=20SIOCEND?= =?UTF-8?q?=20as=20suggested=20by=20Fran=C3=A7ois.=20Thank=20you.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34625 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/sys/sockio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/sys/sockio.h b/headers/posix/sys/sockio.h index f126bacc63..0d6f4d3717 100644 --- a/headers/posix/sys/sockio.h +++ b/headers/posix/sys/sockio.h @@ -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 */