summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.lib/lstFind.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-06 15:57:15 +0000
committerpeter <peter@FreeBSD.org>1996-10-06 15:57:15 +0000
commit4370a5a248c28b9ebcc0cf8c4b8280ffaabf8e00 (patch)
tree1a7a5d8132f1feb3d2ce835bc720e0d9f208ff62 /usr.bin/make/lst.lib/lstFind.c
parent7bee03ad1db0ca4a78d6e5ff8dd19b3286eea5eb (diff)
downloadFreeBSD-src-4370a5a248c28b9ebcc0cf8c4b8280ffaabf8e00.zip
FreeBSD-src-4370a5a248c28b9ebcc0cf8c4b8280ffaabf8e00.tar.gz
Import the 4.4BSD-Lite2 version of make onto the vendor branch
"for reference". This doesn't change anything since all files have been touched.
Diffstat (limited to 'usr.bin/make/lst.lib/lstFind.c')
-rw-r--r--usr.bin/make/lst.lib/lstFind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c
index 1efdc54..bab85cc 100644
--- a/usr.bin/make/lst.lib/lstFind.c
+++ b/usr.bin/make/lst.lib/lstFind.c
@@ -35,7 +35,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lstFind.c 8.1 (Berkeley) 6/6/93";
+static char sccsid[] = "@(#)lstFind.c 8.2 (Berkeley) 4/28/95";
#endif /* not lint */
/*-
@@ -63,7 +63,7 @@ LstNode
Lst_Find (l, d, cProc)
Lst l;
ClientData d;
- int (*cProc)();
+ int (*cProc) __P((ClientData, ClientData));
{
return (Lst_FindFrom (l, Lst_First(l), d, cProc));
}
OpenPOWER on IntegriCloud