diff options
author | 1998-05-31 23:39:14 +0000 | |
---|---|---|
committer | 1998-05-31 23:39:14 +0000 | |
commit | 7db7d3fc87528f6de1d1b9e453e16e3f364b55b2 (patch) | |
tree | 900fe071923fe4b7910a6d9e832bd5005a5a6421 /sys/lib/libsa/bootparam.c | |
parent | For both termcap and terminfo: (diff) | |
download | wireguard-openbsd-7db7d3fc87528f6de1d1b9e453e16e3f364b55b2.tar.xz wireguard-openbsd-7db7d3fc87528f6de1d1b9e453e16e3f364b55b2.zip |
cleanup for !ANSI compilers, mostly __P usage
Diffstat (limited to 'sys/lib/libsa/bootparam.c')
-rw-r--r-- | sys/lib/libsa/bootparam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/bootparam.c b/sys/lib/libsa/bootparam.c index f81b5041c85..fa219a14014 100644 --- a/sys/lib/libsa/bootparam.c +++ b/sys/lib/libsa/bootparam.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootparam.c,v 1.7 1996/12/08 15:15:47 niklas Exp $ */ +/* $OpenBSD: bootparam.c,v 1.8 1998/05/31 23:39:16 mickey Exp $ */ /* $NetBSD: bootparam.c,v 1.10 1996/10/14 21:16:55 thorpej Exp $ */ /* @@ -54,7 +54,7 @@ #ifdef DEBUG_RPC #define RPC_PRINTF(a) printf a #else -#define RPC_PRINTF(a) +#define RPC_PRINTF(a) /* printf a */ #endif struct in_addr bp_server_addr; /* net order */ |