From 3b73ce2319e249cf2795cf4b0d0c624134f01e77 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 21 Mar 2002 22:49:10 +0000 Subject: Remove __P() usage. --- lib/libc/stdlib/radixsort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/radixsort.c') diff --git a/lib/libc/stdlib/radixsort.c b/lib/libc/stdlib/radixsort.c index 873c7ec..9540f63 100644 --- a/lib/libc/stdlib/radixsort.c +++ b/lib/libc/stdlib/radixsort.c @@ -64,8 +64,8 @@ typedef struct { } stack; static inline void simplesort - __P((const u_char **, int, int, const u_char *, u_int)); -static void r_sort_a __P((const u_char **, int, int, const u_char *, u_int)); +(const u_char **, int, int, const u_char *, u_int); +static void r_sort_a(const u_char **, int, int, const u_char *, u_int); static void r_sort_b __P((const u_char **, const u_char **, int, int, const u_char *, u_int)); -- cgit v1.1