strings.h -> string.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 12 Feb 1993 04:00:05 +0000 (20:00 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 12 Feb 1993 04:00:05 +0000 (20:00 -0800)
SCCS-vsn: lib/libc/db/recno/rec_seq.c 5.7

usr/src/lib/libc/db/recno/rec_seq.c

index e1db563..33c583c 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)rec_seq.c  5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)rec_seq.c  5.7 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -14,7 +14,7 @@ static char sccsid[] = "@(#)rec_seq.c 5.6 (Berkeley) %G%";
 #include <errno.h>
 #include <limits.h>
 #include <stdio.h>
 #include <errno.h>
 #include <limits.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 
 #include <db.h>
 #include "recno.h"
 
 #include <db.h>
 #include "recno.h"