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 Revert last change; one needs a new ...
details: https://anonhg.NetBSD.org/src/rev/77ae7f393516
branches: trunk
changeset: 487307:77ae7f393516
user: cjs <cjs%NetBSD.org@localhost>
date: Tue Jun 06 02:18:05 2000 +0000
description:
Revert last change; one needs a new rpcgen and has to do a bit of other
magic described in current-users by fvdl.
diffstat:
usr.sbin/rpc.bootparamd/bootparamd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f4c9c8270b3c -r 77ae7f393516 usr.sbin/rpc.bootparamd/bootparamd.c
--- a/usr.sbin/rpc.bootparamd/bootparamd.c Tue Jun 06 01:40:19 2000 +0000
+++ b/usr.sbin/rpc.bootparamd/bootparamd.c Tue Jun 06 02:18:05 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootparamd.c,v 1.27 2000/06/06 01:40:19 cjs Exp $ */
+/* $NetBSD: bootparamd.c,v 1.28 2000/06/06 02:18:05 cjs 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.27 2000/06/06 01:40:19 cjs Exp $");
+__RCSID("$NetBSD: bootparamd.c,v 1.28 2000/06/06 02:18:05 cjs Exp $");
#endif
#include <sys/types.h>
@@ -134,7 +134,7 @@
if (!svc_register(transp, BOOTPARAMPROG, BOOTPARAMVERS, bootparamprog_1,
IPPROTO_UDP))
- errx(1, "unable to register BOOTPARAMPROG version %lu, udp",
+ errx(1, "unable to register BOOTPARAMPROG version %u, udp",
BOOTPARAMVERS);
svc_run();
Home |
Main Index |
Thread Index |
Old Index