summaryrefslogtreecommitdiffstats
path: root/chpass/field.c
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
committerArchie Cobbs <archie@FreeBSD.org>1998-12-06 22:58:23 +0000
commit33ad2c7486da901252c1e70f3f599106573a978b (patch)
tree056834f2f9c298e9b219499c3edbc51f12d0371b /chpass/field.c
parent43db2f01d12e3d613fdc8747ed4a16080f11ba79 (diff)
downloadpw-darwin-33ad2c7486da901252c1e70f3f599106573a978b.tar.gz
pw-darwin-33ad2c7486da901252c1e70f3f599106573a978b.tar.zst
pw-darwin-33ad2c7486da901252c1e70f3f599106573a978b.zip
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
Diffstat (limited to 'chpass/field.c')
-rw-r--r--chpass/field.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chpass/field.c b/chpass/field.c
index 73fa479..997d21f 100644
--- a/chpass/field.c
+++ b/chpass/field.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)field.c 8.4 (Berkeley) 4/2/94";
+static const char sccsid[] = "@(#)field.c 8.4 (Berkeley) 4/2/94";
#endif /* not lint */
#include <sys/param.h>