[Libsysio-commit] cplant: libsysio/drivers/native fs_native.c
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2003-06-12 23:47:08
|
Update of /cvsroot/libsysio/libsysio/drivers/native In directory sc8-pr-cvs1:/tmp/cvs-serv12349 Modified Files: Tag: cplant fs_native.c Log Message: typo Index: fs_native.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/native/fs_native.c,v retrieving revision 1.8.2.3 retrieving revision 1.8.2.4 diff -u -w -b -B -p -r1.8.2.3 -r1.8.2.4 --- fs_native.c 12 Jun 2003 23:35:24 -0000 1.8.2.3 +++ fs_native.c 12 Jun 2003 23:47:04 -0000 1.8.2.4 @@ -127,7 +127,7 @@ do { #define COPY_STAT(src, dest) *(dest) = *(src) #define CALL_LSEEK(fd, off, rc, wh) \ - (syscall(SYS_lseek, fd, off, &result, wh)) + (syscall(SYS_lseek, fd, off, &rc, wh)) #endif |