strings.h is always wrong
authorMark Eichin <eichin@mit.edu>
Tue, 26 Jul 1994 04:33:35 +0000 (04:33 +0000)
committerMark Eichin <eichin@mit.edu>
Tue, 26 Jul 1994 04:33:35 +0000 (04:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4015 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/krlogind.c
src/appl/bsd/login.c
src/appl/bsd/logutil.c

index ce5ff5aac5483ca50d73f43f8d968852235ff46c..a8c5a4df3dd55d75bf5b309c58f5bd5f82cf8f9e 100644 (file)
@@ -151,7 +151,7 @@ static char sccsid[] = "@(#)rlogind.c       5.17 (Berkeley) 8/31/88";
      
 #include <netdb.h>
 #include <syslog.h>
-#include <strings.h>
+#include <string.h>
 #include <sys/param.h>
 #include <utmp.h>
      
index 4791801f0e5bd0823ea89f2ac9f086c6c885d2a1..a152093147f5603699ac3d8e13da0cc523435c9c 100644 (file)
@@ -80,7 +80,7 @@ static char sccsid[] = "@(#)login.c   5.25 (Berkeley) 1/6/89";
 #include <pwd.h>
 #include <setjmp.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #ifdef KRB4
 #include <krb.h>
 #include <netdb.h>
index 132ec18576ef58cf38fee3f33306b90036685eb4..fd8a4301aa8157f05b11fc4bc04114468cc462c0 100644 (file)
@@ -24,7 +24,7 @@
 #endif
 #include <utmp.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include <sys/time.h>
 #include <sys/stat.h>