aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-09-28 08:57:24 +0000
committerMark Murray <markm@FreeBSD.org>1997-09-28 08:57:24 +0000
commit7f80a020808cbee4f6fae0a3b01e85b5b9e317ee (patch)
tree3b827e7e3b74604affc98a33edc81ffdd81fc47d /lib
parentf714a88adcc16bcb0941a5be8eb15974b37ac788 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libpam/modules/pam_kerberosIV/klogin.c4
-rw-r--r--lib/libpam/modules/pam_login_access/login_access.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpam/modules/pam_kerberosIV/klogin.c b/lib/libpam/modules/pam_kerberosIV/klogin.c
index 6e30949621e41..7c61b84a9cb7e 100644
--- a/lib/libpam/modules/pam_kerberosIV/klogin.c
+++ b/lib/libpam/modules/pam_kerberosIV/klogin.c
@@ -32,14 +32,14 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)klogin.c 8.3 (Berkeley) 4/2/94";
+static const char sccsid[] = "@(#)klogin.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
#ifdef KERBEROS
#include <sys/param.h>
#include <sys/syslog.h>
#include <des.h>
-#include <kerberosIV/krb.h>
+#include <krb.h>
#include <err.h>
#include <netdb.h>
diff --git a/lib/libpam/modules/pam_login_access/login_access.c b/lib/libpam/modules/pam_login_access/login_access.c
index b5003c7745aed..cfb24d2e2e7a2 100644
--- a/lib/libpam/modules/pam_login_access/login_access.c
+++ b/lib/libpam/modules/pam_login_access/login_access.c
@@ -9,7 +9,7 @@
#ifdef LOGIN_ACCESS
#ifndef lint
-static char sccsid[] = "%Z% %M% %I% %E% %U%";
+static const char sccsid[] = "%Z% %M% %I% %E% %U%";
#endif
#include <stdio.h>