Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/rpc.bootparamd Add comment to prevent further bogus...



details:   https://anonhg.NetBSD.org/src/rev/940a1dca0ab4
branches:  trunk
changeset: 487875:940a1dca0ab4
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Jun 14 11:15:58 2000 +0000

description:
Add comment to prevent further bogus commits.

diffstat:

 usr.sbin/rpc.bootparamd/bootparamd.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 84c118afce4b -r 940a1dca0ab4 usr.sbin/rpc.bootparamd/bootparamd.c
--- a/usr.sbin/rpc.bootparamd/bootparamd.c      Wed Jun 14 10:34:29 2000 +0000
+++ b/usr.sbin/rpc.bootparamd/bootparamd.c      Wed Jun 14 11:15:58 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootparamd.c,v 1.32 2000/06/14 06:54:20 explorer Exp $ */
+/*     $NetBSD: bootparamd.c,v 1.33 2000/06/14 11:15:58 tron Exp $     */
 
 /*
  * This code is not copyright, and is placed in the public domain.
@@ -11,7 +11,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: bootparamd.c,v 1.32 2000/06/14 06:54:20 explorer Exp $");
+__RCSID("$NetBSD: bootparamd.c,v 1.33 2000/06/14 11:15:58 tron Exp $");
 #endif
 
 #include <sys/types.h>
@@ -134,6 +134,11 @@
 
        if (!svc_register(transp, BOOTPARAMPROG, BOOTPARAMVERS, bootparamprog_1,
            IPPROTO_UDP))
+/*
+ * Do NOT change the "%u" in the format string below to "%lu". If your
+ * build fails update the "rpcgen" program and use "make cleandir" and
+ * "make includes" in "src/lib/librpcsvc" afterwards.
+ */
                errx(1, "unable to register BOOTPARAMPROG version %u, udp",
                    BOOTPARAMVERS);
 



Home | Main Index | Thread Index | Old Index