summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yppush/yppush_err.c
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-05-05 08:37:06 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-05-05 08:37:06 +0000
commit3571c479253d4fec9d6170972aab833add3a149d (patch)
treebaf665ffc06d3786c232605f8c4b6649e18ccbca /usr.sbin/ypserv/yppush/yppush_err.c
parentfa0ac10228608a410c603f0b23142367627fc5fe (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.c4
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>