convert to version number 4.x
authorKirk McKusick <mckusic@ucbvax.Berkeley.EDU>
Mon, 22 Feb 1982 06:49:30 +0000 (22:49 -0800)
committerKirk McKusick <mckusic@ucbvax.Berkeley.EDU>
Mon, 22 Feb 1982 06:49:30 +0000 (22:49 -0800)
SCCS-vsn: lib/libc/gen/opendir.c 4.1
SCCS-vsn: lib/libc/gen/closedir.c 4.1
SCCS-vsn: lib/libc/gen/readdir.c 4.1
SCCS-vsn: lib/libc/gen/seekdir.c 4.1
SCCS-vsn: lib/libc/gen/telldir.c 4.1

usr/src/lib/libc/gen/closedir.c
usr/src/lib/libc/gen/opendir.c
usr/src/lib/libc/gen/readdir.c
usr/src/lib/libc/gen/seekdir.c
usr/src/lib/libc/gen/telldir.c

index dba9da3..2ed3c24 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)closedir.c 1.1 %G%";
+static char sccsid[] = "@(#)closedir.c 4.1 %G%";
 
 #include <sys/types.h>
 #include <ndir.h>
 
 #include <sys/types.h>
 #include <ndir.h>
index eeb96f1..9449c31 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)opendir.c 1.1 %G%";
+static char sccsid[] = "@(#)opendir.c 4.1 %G%";
 
 #include <sys/types.h>
 #include <ndir.h>
 
 #include <sys/types.h>
 #include <ndir.h>
index 1bb6c62..fbd1957 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)readdir.c 1.5 %G%";
+static char sccsid[] = "@(#)readdir.c 4.1 %G%";
 
 #include <sys/types.h>
 #include <ndir.h>
 
 #include <sys/types.h>
 #include <ndir.h>
index 68db3d7..37af362 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)seekdir.c 1.2 %G%";
+static char sccsid[] = "@(#)seekdir.c 4.1 %G%";
 
 #include <sys/types.h>
 #include <ndir.h>
 
 #include <sys/types.h>
 #include <ndir.h>
index ccf4075..c8590e4 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)telldir.c 1.1 %G%";
+static char sccsid[] = "@(#)telldir.c 4.1 %G%";
 
 #include <sys/types.h>
 #include <ndir.h>
 
 #include <sys/types.h>
 #include <ndir.h>