From: Ulrich Drepper Date: Thu, 7 May 1998 12:05:25 +0000 (+0000) Subject: Move lines in correct position. X-Git-Tag: cvs/sparc-980522-merge~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb370962963f616694269d418b109edf514c0b5;p=thirdparty%2Fglibc.git Move lines in correct position. --- diff --git a/sysdeps/unix/sysv/linux/ioctls.h b/sysdeps/unix/sysv/linux/ioctls.h index 188eba9621c..a345ae7ebd5 100644 --- a/sysdeps/unix/sysv/linux/ioctls.h +++ b/sysdeps/unix/sysv/linux/ioctls.h @@ -97,12 +97,11 @@ vector. Each device should include this file and redefine these names as their own. Because these are device dependent it is a good idea _NOT_ to issue them to random objects and hope. */ - -#define SIOCPROTOPRIVATE 0x89E0 /* to 89EF */ #define SIOCDEVPRIVATE 0x89F0 /* to 89FF */ /* * These 16 ioctl calls are protocol private */ +#define SIOCPROTOPRIVATE 0x89E0 /* to 89EF */ #endif /* ioctls.h */