[Libsysio-commit] HEAD: libsysio/include sysio.h
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2004-03-31 17:55:11
|
Update of /cvsroot/libsysio/libsysio/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26294/include Modified Files: sysio.h Log Message: Kevin Pedretti's changes for RedStorm based on glibc. Index: sysio.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/sysio.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -w -b -B -p -r1.18 -r1.19 --- sysio.h 24 Feb 2004 14:03:55 -0000 1.18 +++ sysio.h 31 Mar 2004 17:43:17 -0000 1.19 @@ -188,7 +188,7 @@ extern off_t lseek(int fd, off_t offset, extern off64_t lseek64(int fd, off64_t offset, int whence); #endif extern int lstat(const char *path, struct stat *buf); -#if defined(BSD) || defined(REDSTORM) +#ifdef BSD extern int getdirentries(int fd, char *buf, int nbytes , long *basep); #else extern ssize_t getdirentries(int fd, char *buf, size_t nbytes, off_t *basep); |