summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gcore/extern.h')
-rw-r--r--usr.bin/gcore/extern.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/gcore/extern.h b/usr.bin/gcore/extern.h
index f157e53..3d27fd9 100644
--- a/usr.bin/gcore/extern.h
+++ b/usr.bin/gcore/extern.h
@@ -31,11 +31,12 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#include <sys/types.h>
#include <kvm.h>
-void err __P((int, const char *, ...));
-void elf_coredump __P((int, pid_t));
-void md_core __P((kvm_t *, int, struct kinfo_proc *));
+void err(int, const char *, ...);
+void elf_coredump(int, pid_t);
+void md_core(kvm_t *, int, struct kinfo_proc *);
OpenPOWER on IntegriCloud