summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lprm/lprm.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lprm/lprm.c')
-rw-r--r--usr.sbin/lpr/lprm/lprm.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/lpr/lprm/lprm.c b/usr.sbin/lpr/lprm/lprm.c
index df3a6cb..e124744 100644
--- a/usr.sbin/lpr/lprm/lprm.c
+++ b/usr.sbin/lpr/lprm/lprm.c
@@ -33,13 +33,17 @@
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1983, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)lprm.c 8.1 (Berkeley) 6/6/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
/*
@@ -78,7 +82,7 @@ uid_t uid, euid; /* real and effective user id's */
static char luser[16]; /* buffer for person */
-void usage __P((void));
+static void usage __P((void));
int
main(argc, argv)
@@ -140,7 +144,7 @@ main(argc, argv)
exit(0);
}
-void
+static void
usage()
{
fprintf(stderr, "usage: lprm [-] [-Pprinter] [[job #] [user] ...]\n");
OpenPOWER on IntegriCloud