summaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.lib/lstInit.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-05-29 12:53:49 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-05-29 12:53:49 +0000
commit14959b87a7868b8591017204f0844a5d4bb29a42 (patch)
treef685e41abdfa80732cf331c96a58b6b56ef70970 /usr.bin/make/lst.lib/lstInit.c
parentb6985ed543fc10d606789bf3477ec48cc4a3bf2d (diff)
Take includes out of lst.h, re-add what's needed to separate files.
Removes remaining lint stuff from lst.lib.
Diffstat (limited to 'usr.bin/make/lst.lib/lstInit.c')
-rw-r--r--usr.bin/make/lst.lib/lstInit.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/usr.bin/make/lst.lib/lstInit.c b/usr.bin/make/lst.lib/lstInit.c
index 58fe86ff252..a10c63ba57a 100644
--- a/usr.bin/make/lst.lib/lstInit.c
+++ b/usr.bin/make/lst.lib/lstInit.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: lstInit.c,v 1.12 2001/05/23 12:34:56 espie Exp $ */
+/* $OpenBSD: lstInit.c,v 1.13 2001/05/29 12:53:46 espie Exp $ */
/* $NetBSD: lstInit.c,v 1.5 1996/11/06 17:59:43 christos Exp $ */
/*
@@ -44,15 +44,7 @@
*/
#include "lstInt.h"
-
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)lstInit.c 8.1 (Berkeley) 6/6/93";
-#else
-UNUSED
-static char rcsid[] = "$OpenBSD: lstInit.c,v 1.12 2001/05/23 12:34:56 espie Exp $";
-#endif
-#endif /* not lint */
+#include <stddef.h>
/*-
*-----------------------------------------------------------------------