svn commit: trunk/uClibc/libc/sysdeps/linux/common

vapier at uclibc.org vapier at uclibc.org
Mon Jun 19 01:13:56 UTC 2006


Author: vapier
Date: 2006-06-18 18:13:53 -0700 (Sun, 18 Jun 2006)
New Revision: 15424

Log:
include sys/mount.h for everyone

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/umount.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/umount.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/umount.c	2006-06-19 01:06:53 UTC (rev 15423)
+++ trunk/uClibc/libc/sysdeps/linux/common/umount.c	2006-06-19 01:13:53 UTC (rev 15424)
@@ -8,11 +8,11 @@
  */
 
 #include "syscalls.h"
+#include <sys/mount.h>
 
 /* arch provides umount() syscall */
 #ifdef __NR_umount
 
-# include <sys/mount.h>
 _syscall1(int, umount, const char *, specialfile);
 
 /* arch provides umount2() syscall */




More information about the uClibc-cvs mailing list