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/compat/netbsd/netbsd_exec.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/compat/netbsd/netbsd_exec.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_exec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/netbsd/netbsd_exec.h b/sys/compat/netbsd/netbsd_exec.h index cdd9994d8f2..0e525d1417c 100644 --- a/sys/compat/netbsd/netbsd_exec.h +++ b/sys/compat/netbsd/netbsd_exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netbsd_exec.h,v 1.1 1999/09/12 14:15:16 kstailey Exp $ */ +/* $OpenBSD: netbsd_exec.h,v 1.2 2002/03/14 01:26:50 millert Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -39,11 +39,11 @@ #ifndef _NETBSD_EXEC_H #define _NETBSD_EXEC_H -int exec_netbsd_aout_makecmds __P((struct proc *, struct exec_package *)); +int exec_netbsd_aout_makecmds(struct proc *, struct exec_package *); #ifdef _KERN_DO_ELF64 -int netbsd_elf64_probe __P((struct proc *, struct exec_package *, char *, - u_long *, u_int8_t *)); +int netbsd_elf64_probe(struct proc *, struct exec_package *, char *, + u_long *, u_int8_t *); #endif #endif /* !_NETBSD_EXEC_H */ |