diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-05-05 08:37:06 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-05-05 08:37:06 +0000 |
commit | 3571c479253d4fec9d6170972aab833add3a149d (patch) | |
tree | baf665ffc06d3786c232605f8c4b6649e18ccbca /usr.sbin/ypserv/yppush/yppush_err.c | |
parent | fa0ac10228608a410c603f0b23142367627fc5fe (diff) |
-Wall cleanup: trim unused vars, better err() message in stdhosts,
and constify rcsid[]
deraadt@ ok
Diffstat (limited to 'usr.sbin/ypserv/yppush/yppush_err.c')
-rw-r--r-- | usr.sbin/ypserv/yppush/yppush_err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/yppush/yppush_err.c b/usr.sbin/ypserv/yppush/yppush_err.c index c910dede8f2..76b00dfc1b5 100644 --- a/usr.sbin/ypserv/yppush/yppush_err.c +++ b/usr.sbin/ypserv/yppush/yppush_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yppush_err.c,v 1.4 2002/07/19 02:38:40 deraadt Exp $ */ +/* $OpenBSD: yppush_err.c,v 1.5 2003/05/05 08:37:05 avsm Exp $ */ /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: yppush_err.c,v 1.4 2002/07/19 02:38:40 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: yppush_err.c,v 1.5 2003/05/05 08:37:05 avsm Exp $"; #endif /* not lint */ #include <rpcsvc/yp.h> |