aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.lib
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-08-17 00:39:26 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-08-17 00:39:26 +0000
commit9bd2d6eee4d62856ab91eb90d01ccb4d2f0378b1 (patch)
treec6625df65b5fe24c4dbad2e1b15bcd118c667517 /usr.bin/make/lst.lib
parentbfbacbd93f9abb30478bb3bcb36320d5b531c3d9 (diff)
Notes
Diffstat (limited to 'usr.bin/make/lst.lib')
-rw-r--r--usr.bin/make/lst.lib/lstInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lst.lib/lstInt.h b/usr.bin/make/lst.lib/lstInt.h
index 426094068099..dd38bf0eaa69 100644
--- a/usr.bin/make/lst.lib/lstInt.h
+++ b/usr.bin/make/lst.lib/lstInt.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)lstInt.h 8.1 (Berkeley) 6/6/93
- * $Id$
+ * $Id: lstInt.h,v 1.5 1997/02/22 19:27:40 peter Exp $
*/
/*-
@@ -109,4 +109,4 @@ typedef struct {
*/
#define LstIsEmpty(l) (((List)l)->firstPtr == NilListNode)
-#endif _LSTINT_H_
+#endif /* _LSTINT_H_ */