summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lprm
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2001-06-15 16:28:37 +0000
committergad <gad@FreeBSD.org>2001-06-15 16:28:37 +0000
commita2e364fff77d5509fa8af63d046c166203d97da8 (patch)
treea5811d553f3de3564033f5fca355610ed870db5c /usr.sbin/lpr/lprm
parentdf20a2faa4ab2c79c57b3d90035df5494ddea44a (diff)
downloadFreeBSD-src-a2e364fff77d5509fa8af63d046c166203d97da8.zip
FreeBSD-src-a2e364fff77d5509fa8af63d046c166203d97da8.tar.gz
Rename global variable 'name' to 'progname', thus fixing a number of
warnings which come up for various routines that have a parameter which is also called 'name'. Reviewed by: freebsd-print@bostonradio.org MFC after: 1 week
Diffstat (limited to 'usr.sbin/lpr/lprm')
-rw-r--r--usr.sbin/lpr/lprm/lprm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lprm/lprm.c b/usr.sbin/lpr/lprm/lprm.c
index 168430f..b163369 100644
--- a/usr.sbin/lpr/lprm/lprm.c
+++ b/usr.sbin/lpr/lprm/lprm.c
@@ -97,7 +97,7 @@ main(int argc, char *argv[])
uid = getuid();
euid = geteuid();
seteuid(uid); /* be safe */
- name = argv[0];
+ progname = argv[0];
gethostname(host, sizeof(host));
openlog("lpd", 0, LOG_LPR);
OpenPOWER on IntegriCloud