]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move lines in correct position.
authorUlrich Drepper <drepper@redhat.com>
Thu, 7 May 1998 12:05:25 +0000 (12:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 7 May 1998 12:05:25 +0000 (12:05 +0000)
sysdeps/unix/sysv/linux/ioctls.h

index 188eba9621cfb195af77fa36eb0ab83b22972102..a345ae7ebd5f584e0bc3a739b40cfcdd6cba4774 100644 (file)
    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  */