[Libsysio-commit] RedStorm_merge: libsysio/drivers/incore .cvsignore fs_incore.c fs_incore.h
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2003-09-05 16:36:27
|
Update of /cvsroot/libsysio/libsysio/drivers/incore In directory sc8-pr-cvs1:/tmp/cvs-serv8570/drivers/incore Modified Files: Tag: RedStorm_merge fs_incore.c fs_incore.h Added Files: Tag: RedStorm_merge .cvsignore Log Message: merge changes from Mike Levenhagen --- NEW FILE --- .deps Makefile Index: fs_incore.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/incore/fs_incore.c,v retrieving revision 1.4.4.2 retrieving revision 1.4.4.2.2.1 diff -u -w -b -B -p -r1.4.4.2 -r1.4.4.2.2.1 --- fs_incore.c 19 May 2003 14:25:24 -0000 1.4.4.2 +++ fs_incore.c 5 Sep 2003 16:36:16 -0000 1.4.4.2.2.1 @@ -41,6 +41,8 @@ * le...@sa... */ +#ident "$Id$" + #ifdef __linux__ #define _BSD_SOURCE #endif Index: fs_incore.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/incore/fs_incore.h,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -w -b -B -p -r1.2 -r1.2.2.1 --- fs_incore.h 24 Mar 2003 22:09:03 -0000 1.2 +++ fs_incore.h 5 Sep 2003 16:36:16 -0000 1.2.2.1 @@ -45,4 +45,6 @@ * Native file system driver support. */ +#ident "$Id$" + extern int _sysio_incore_init(void); |