summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/startdaemon.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-05-09 22:44:28 +0000
committerjoerg <joerg@FreeBSD.org>1996-05-09 22:44:28 +0000
commit23a9b3568dd67d5645a3e24111156a250e67f006 (patch)
tree9f0cb54101705c00051817581fe4261632528aff /usr.sbin/lpr/common_source/startdaemon.c
parentc78351df10aca1c5dba5dbed4c4dd74d6d886e64 (diff)
downloadFreeBSD-src-23a9b3568dd67d5645a3e24111156a250e67f006.zip
FreeBSD-src-23a9b3568dd67d5645a3e24111156a250e67f006.tar.gz
Cleanup.
The removed files are no longer needed, they are actually labelled as ``Use only if you are not 4.4BSD''. (Yeah, the ol' crufty printcap.c is really gone!) Properly declare all external objects in files ending in .h, as opposed to embed them into files ending in .c.
Diffstat (limited to 'usr.sbin/lpr/common_source/startdaemon.c')
-rw-r--r--usr.sbin/lpr/common_source/startdaemon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/startdaemon.c b/usr.sbin/lpr/common_source/startdaemon.c
index 237769e..807a976 100644
--- a/usr.sbin/lpr/common_source/startdaemon.c
+++ b/usr.sbin/lpr/common_source/startdaemon.c
@@ -102,7 +102,5 @@ static void
perr(msg)
char *msg;
{
- extern char *name;
-
(void)printf("%s: %s: %s\n", name, msg, strerror(errno));
}
OpenPOWER on IntegriCloud