From 1698cb216e2d4ca62662103eba0191f134923698 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Mar 2002 01:33:25 +0000 Subject: remove __P --- usr.bin/make/lst.lib/lstFind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make/lst.lib/lstFind.c') diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c index fe85e73..abdb581 100644 --- a/usr.bin/make/lst.lib/lstFind.c +++ b/usr.bin/make/lst.lib/lstFind.c @@ -66,7 +66,7 @@ LstNode Lst_Find (l, d, cProc) Lst l; void * d; - int (*cProc) __P((void *, void *)); + int (*cProc)(void *, void *); { return (Lst_FindFrom (l, Lst_First(l), d, cProc)); } -- cgit v1.1