From 0a47b7b0f9067e025ccb14f2610fe8ce547c0053 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 4 Apr 2002 19:18:58 +0000 Subject: Remove __P --- usr.bin/sort/sort.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr.bin/sort/sort.h') diff --git a/usr.bin/sort/sort.h b/usr.bin/sort/sort.h index 6e1169f..3dc5857 100644 --- a/usr.bin/sort/sort.h +++ b/usr.bin/sort/sort.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)sort.h 8.1 (Berkeley) 6/6/93 + * $FreeBSD$ */ #include @@ -133,9 +134,9 @@ struct filelist { const char * const * names; }; -typedef int (*get_func_t) __P((int, int, struct filelist *, int, - RECHEADER *, u_char *, struct field *)); -typedef void (*put_func_t) __P((const struct recheader *, FILE *)); +typedef int (*get_func_t)(int, int, struct filelist *, int, + RECHEADER *, u_char *, struct field *); +typedef void (*put_func_t)(const struct recheader *, FILE *); extern int PANIC; /* maximum depth of fsort before fmerge is called */ extern u_char ascii[NBINS], Rascii[NBINS], Ftable[NBINS], RFtable[NBINS]; -- cgit v1.1