Misplaced new line in last patch
authorUlrich Drepper <drepper@gmail.com>
Sat, 7 May 2011 13:13:43 +0000 (09:13 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 7 May 2011 13:13:43 +0000 (09:13 -0400)
sysdeps/unix/sysv/linux/sys/sysmacros.h

index 92501d4..3fc01df 100644 (file)
@@ -60,10 +60,8 @@ __NTH (gnu_dev_makedev (unsigned int __major, unsigned int __minor))
          | (((unsigned long long int) (__minor & ~0xff)) << 12)
          | (((unsigned long long int) (__major & ~0xfff)) << 32));
 }
-
-__END_DECLS
 # endif
-
+__END_DECLS
 
 /* Access the functions with their traditional names.  */
 # define major(dev) gnu_dev_major (dev)