aboutsummaryrefslogtreecommitdiff
path: root/include/rpcsvc
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1995-12-09 08:34:04 +0000
committerBill Paul <wpaul@FreeBSD.org>1995-12-09 08:34:04 +0000
commitd88800474555a7cfa9facdbee2f48da6004268ca (patch)
tree3c87c3d2ed1f72115da98ca4cadd14bc87148213 /include/rpcsvc
parentac9a8f2f81be3e7c8f0a5ed6e4f0d89be0ebeb34 (diff)
Notes
Diffstat (limited to 'include/rpcsvc')
-rw-r--r--include/rpcsvc/yp.x7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/rpcsvc/yp.x b/include/rpcsvc/yp.x
index 0a5658c3f22f..80ab47d281e8 100644
--- a/include/rpcsvc/yp.x
+++ b/include/rpcsvc/yp.x
@@ -34,7 +34,7 @@
#ifndef RPC_HDR
%#ifndef lint
%/*static char sccsid[] = "from: @(#)yp.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static char rcsid[] = "$Id$";
+%static char rcsid[] = "$Id: yp.x,v 1.2 1995/12/08 17:58:50 wpaul Exp $";
%#endif /* not lint */
#endif
@@ -242,8 +242,11 @@ program YPPROG {
YPPROC_MATCH(ypreq_key) = 3;
ypresp_key_val
+#ifdef STUPID_SUN_BUG /* should be ypreq_nokey */
YPPROC_FIRST(ypreq_key) = 4;
-
+#else
+ YPPROC_FIRST(ypreq_nokey) = 4;
+#endif
ypresp_key_val
YPPROC_NEXT(ypreq_key) = 5;