diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/lib/libsa/bootparam.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/lib/libsa/bootparam.h')
-rw-r--r-- | sys/lib/libsa/bootparam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libsa/bootparam.h b/sys/lib/libsa/bootparam.h index 3581194606a..41b052c701f 100644 --- a/sys/lib/libsa/bootparam.h +++ b/sys/lib/libsa/bootparam.h @@ -1,5 +1,5 @@ -/* $OpenBSD: bootparam.h,v 1.3 1998/05/31 23:39:18 mickey Exp $ */ +/* $OpenBSD: bootparam.h,v 1.4 2002/03/14 01:27:07 millert Exp $ */ -int bp_whoami __P((int sock)); -int bp_getfile __P((int sock, char *key, struct in_addr *addrp, char *path)); +int bp_whoami(int sock); +int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path); |