summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort/sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sort/sort.h')
-rw-r--r--usr.bin/sort/sort.h7
1 files changed, 4 insertions, 3 deletions
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 <sys/param.h>
@@ -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];
OpenPOWER on IntegriCloud