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/stand/boot/bootarg.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/stand/boot/bootarg.h')
-rw-r--r-- | sys/stand/boot/bootarg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/stand/boot/bootarg.h b/sys/stand/boot/bootarg.h index 8202c57a591..414cf7a8e27 100644 --- a/sys/stand/boot/bootarg.h +++ b/sys/stand/boot/bootarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bootarg.h,v 1.8 1999/08/25 00:54:18 mickey Exp $ */ +/* $OpenBSD: bootarg.h,v 1.9 2002/03/14 01:27:13 millert Exp $ */ /* * Copyright (c) 1996-1999 Michael Shalayeff @@ -55,6 +55,6 @@ extern bootarg_t *bootargp; #endif #ifdef _STANDALONE -void addbootarg __P((int, size_t, void *)); -void makebootargs __P((caddr_t, size_t *)); +void addbootarg(int, size_t, void *); +void makebootargs(caddr_t, size_t *); #endif /* _STANDALONE */ |