summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/yppush/yppush_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ypserv/yppush/yppush_err.c')
-rw-r--r--usr.sbin/ypserv/yppush/yppush_err.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/yppush/yppush_err.c b/usr.sbin/ypserv/yppush/yppush_err.c
index 5c909eee7ee..074aaed8d75 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.6 2003/06/02 21:58:27 maja Exp $ */
+/* $OpenBSD: yppush_err.c,v 1.7 2003/07/15 06:10:46 deraadt Exp $ */
/*
* Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se>
@@ -27,10 +27,11 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: yppush_err.c,v 1.6 2003/06/02 21:58:27 maja Exp $";
+static const char rcsid[] = "$OpenBSD: yppush_err.c,v 1.7 2003/07/15 06:10:46 deraadt Exp $";
#endif /* not lint */
#include <rpcsvc/yp.h>
+#include "yppush.h"
char *
yppush_err_string(enum yppush_status y)