[Libsysio-commit] RedStorm_merge: libsysio/tests drv_init_all.c test.h test_copy.c test_getcwd.c tes
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2003-09-05 16:36:30
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1:/tmp/cvs-serv8570/tests Modified Files: Tag: RedStorm_merge drv_init_all.c test.h test_copy.c test_getcwd.c test_list.c test_mounts.c test_path.c test_stats.c test_stdfd.c Log Message: merge changes from Mike Levenhagen Index: drv_init_all.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/drv_init_all.c,v retrieving revision 1.1 retrieving revision 1.1.10.1 diff -u -w -b -B -p -r1.1 -r1.1.10.1 --- drv_init_all.c 22 Feb 2003 18:25:11 -0000 1.1 +++ drv_init_all.c 5 Sep 2003 16:36:17 -0000 1.1.10.1 @@ -1,3 +1,5 @@ +#ident "$Id$" + extern int (*drvinits[])(void); /* Index: test.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test.h,v retrieving revision 1.1 retrieving revision 1.1.10.1 diff -u -w -b -B -p -r1.1 -r1.1.10.1 --- test.h 22 Feb 2003 20:30:20 -0000 1.1 +++ test.h 5 Sep 2003 16:36:17 -0000 1.1.10.1 @@ -41,6 +41,8 @@ * le...@sa... */ +#ident "$Id$" + #define DEFAULT_DRIVER "native" extern int (*drvinits[])(void); Index: test_copy.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_copy.c,v retrieving revision 1.5.6.1 retrieving revision 1.5.6.1.2.1 diff -u -w -b -B -p -r1.5.6.1 -r1.5.6.1.2.1 --- test_copy.c 27 May 2003 12:58:47 -0000 1.5.6.1 +++ test_copy.c 5 Sep 2003 16:36:17 -0000 1.5.6.1.2.1 @@ -41,6 +41,8 @@ * le...@sa... */ +#ident "$Id$" + #define _BSD_SOURCE #include <stdio.h> Index: test_getcwd.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_getcwd.c,v retrieving revision 1.1.10.1 retrieving revision 1.1.10.1.2.1 diff -u -w -b -B -p -r1.1.10.1 -r1.1.10.1.2.1 --- test_getcwd.c 27 May 2003 12:58:47 -0000 1.1.10.1 +++ test_getcwd.c 5 Sep 2003 16:36:17 -0000 1.1.10.1.2.1 @@ -41,6 +41,8 @@ * le...@sa... */ +#ident "$Id$" + #include <stdio.h> #include <stdlib.h> #include <string.h> Index: test_list.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_list.c,v retrieving revision 1.4.6.1 retrieving revision 1.4.6.1.2.1 diff -u -w -b -B -p -r1.4.6.1 -r1.4.6.1.2.1 --- test_list.c 27 May 2003 12:58:47 -0000 1.4.6.1 +++ test_list.c 5 Sep 2003 16:36:17 -0000 1.4.6.1.2.1 @@ -41,6 +41,8 @@ * le...@sa... */ +#ident "$Id$" + #include <stdio.h> #include <stdlib.h> #include <string.h> Index: test_mounts.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_mounts.c,v retrieving revision 1.3.10.1 retrieving revision 1.3.10.1.2.1 diff -u -w -b -B -p -r1.3.10.1 -r1.3.10.1.2.1 --- test_mounts.c 27 May 2003 12:58:47 -0000 1.3.10.1 +++ test_mounts.c 5 Sep 2003 16:36:17 -0000 1.3.10.1.2.1 @@ -41,6 +41,8 @@ * le...@sa... */ +#ident "$Id$" + #include <stdio.h> #include <stdlib.h> #include <string.h> Index: test_path.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_path.c,v retrieving revision 1.3.10.1 retrieving revision 1.3.10.1.2.1 diff -u -w -b -B -p -r1.3.10.1 -r1.3.10.1.2.1 --- test_path.c 27 May 2003 12:58:47 -0000 1.3.10.1 +++ test_path.c 5 Sep 2003 16:36:17 -0000 1.3.10.1.2.1 @@ -41,6 +41,8 @@ * le...@sa... */ +#ident "$Id$" + #include <stdio.h> #include <stdlib.h> #include <string.h> Index: test_stats.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_stats.c,v retrieving revision 1.3.10.2 retrieving revision 1.3.10.2.2.1 diff -u -w -b -B -p -r1.3.10.2 -r1.3.10.2.2.1 --- test_stats.c 27 May 2003 12:58:47 -0000 1.3.10.2 +++ test_stats.c 5 Sep 2003 16:36:17 -0000 1.3.10.2.2.1 @@ -41,6 +41,8 @@ * le...@sa... */ +#ident "$Id$" + #define _BSD_SOURCE #include <stdio.h> Index: test_stdfd.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_stdfd.c,v retrieving revision 1.2.6.1 retrieving revision 1.2.6.1.2.1 diff -u -w -b -B -p -r1.2.6.1 -r1.2.6.1.2.1 --- test_stdfd.c 27 May 2003 12:58:47 -0000 1.2.6.1 +++ test_stdfd.c 5 Sep 2003 16:36:17 -0000 1.2.6.1.2.1 @@ -41,6 +41,8 @@ * le...@sa... */ +#ident "$Id$" + #if defined(__linux__) #define _BSD_SOURCE #endif |