back out previous. I tried hard to make sure that i had up to date

rpcgen and headers so that I didn't do something stupid, but somehow
I still did something stupid.
This commit is contained in:
dan 2000-06-08 12:00:46 +00:00
parent 4891c17d26
commit 03facbbdb8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootparamd.c,v 1.29 2000/06/08 11:40:32 dan Exp $ */ /* $NetBSD: bootparamd.c,v 1.30 2000/06/08 12:00:46 dan Exp $ */
/* /*
* This code is not copyright, and is placed in the public domain. * This code is not copyright, and is placed in the public domain.
@ -11,7 +11,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint
__RCSID("$NetBSD: bootparamd.c,v 1.29 2000/06/08 11:40:32 dan Exp $"); __RCSID("$NetBSD: bootparamd.c,v 1.30 2000/06/08 12:00:46 dan Exp $");
#endif #endif
#include <sys/types.h> #include <sys/types.h>
@ -134,7 +134,7 @@ main(argc, argv)
if (!svc_register(transp, BOOTPARAMPROG, BOOTPARAMVERS, bootparamprog_1, if (!svc_register(transp, BOOTPARAMPROG, BOOTPARAMVERS, bootparamprog_1,
IPPROTO_UDP)) IPPROTO_UDP))
errx(1, "unable to register BOOTPARAMPROG version %lu, udp", errx(1, "unable to register BOOTPARAMPROG version %u, udp",
BOOTPARAMVERS); BOOTPARAMVERS);
svc_run(); svc_run();