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 Use %lu since BOOTPARAMVERS is defin...
details: https://anonhg.NetBSD.org/src/rev/186291bed27d
branches: trunk
changeset: 487866:186291bed27d
user: explorer <explorer%NetBSD.org@localhost>
date: Wed Jun 14 06:27:25 2000 +0000
description:
Use %lu since BOOTPARAMVERS is defined as ((u_long)1)
diffstat:
usr.sbin/rpc.bootparamd/bootparamd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3d317200dcf8 -r 186291bed27d usr.sbin/rpc.bootparamd/bootparamd.c
--- a/usr.sbin/rpc.bootparamd/bootparamd.c Wed Jun 14 05:54:30 2000 +0000
+++ b/usr.sbin/rpc.bootparamd/bootparamd.c Wed Jun 14 06:27:25 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootparamd.c,v 1.30 2000/06/08 12:00:46 dan Exp $ */
+/* $NetBSD: bootparamd.c,v 1.31 2000/06/14 06:27:25 explorer 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.30 2000/06/08 12:00:46 dan Exp $");
+__RCSID("$NetBSD: bootparamd.c,v 1.31 2000/06/14 06:27:25 explorer 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 %u, udp",
+ errx(1, "unable to register BOOTPARAMPROG version %lu, udp",
BOOTPARAMVERS);
svc_run();
Home |
Main Index |
Thread Index |
Old Index