[Libsysio-commit] b_lustre: libsysio/include file.h
Brought to you by:
lward
|
From: Mei <me...@us...> - 2004-01-11 06:43:26
|
Update of /cvsroot/libsysio/libsysio/include
In directory sc8-pr-cvs1:/tmp/cvs-serv11587/include
Modified Files:
Tag: b_lustre
file.h
Log Message:
remove the obsolete fcntl hack.
Index: file.h
===================================================================
RCS file: /cvsroot/libsysio/libsysio/include/file.h,v
retrieving revision 1.5.4.2
retrieving revision 1.5.4.3
diff -u -w -b -B -p -r1.5.4.2 -r1.5.4.3
--- file.h 1 Nov 2003 03:38:27 -0000 1.5.4.2
+++ file.h 11 Jan 2004 06:43:22 -0000 1.5.4.3
@@ -98,4 +98,3 @@ extern struct file *_sysio_fd_find(int f
extern int _sysio_fd_set(struct file *fil, int fd);
extern int _sysio_fd_dup2(int oldfd, int newfd);
extern int _sysio_fd_close_all(void);
-extern int _sysio_fcntl_common(int fd, int cmd, va_list ap);
|