[Libsysio-commit] HEAD: libsysio/drivers/native fs_native.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-02-26 14:57:19
|
Update of /cvsroot/libsysio/libsysio/drivers/native In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31358/drivers/native Modified Files: fs_native.c Log Message: Include syscall.h from .../sys instead of just wherever. Inspired by a similar change to Lustre. Index: fs_native.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/native/fs_native.c,v retrieving revision 1.69 retrieving revision 1.70 diff -u -w -b -B -p -r1.69 -r1.70 --- fs_native.c 28 Jan 2009 16:10:32 -0000 1.69 +++ fs_native.c 26 Feb 2009 14:57:03 -0000 1.70 @@ -56,7 +56,7 @@ #endif #include <errno.h> #include <assert.h> -#include <syscall.h> +#include <sys/syscall.h> #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> |