From 0ceb32d03b265d2a8d2801823ca15a08e30a5558 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 2 Apr 1998 10:26:14 +0000 Subject: [PATCH] (SIOCPROTOPRIVATE): Add. --- sysdeps/unix/sysv/linux/ioctls.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/ioctls.h b/sysdeps/unix/sysv/linux/ioctls.h index 482b5a3311f..188eba9621c 100644 --- a/sysdeps/unix/sysv/linux/ioctls.h +++ b/sysdeps/unix/sysv/linux/ioctls.h @@ -98,7 +98,8 @@ names as their own. Because these are device dependent it is a good idea _NOT_ to issue them to random objects and hope. */ -#define SIOCDEVPRIVATE 0x89F0 /* to 89FF */ +#define SIOCPROTOPRIVATE 0x89E0 /* to 89EF */ +#define SIOCDEVPRIVATE 0x89F0 /* to 89FF */ /* * These 16 ioctl calls are protocol private -- 2.47.2