diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-11-11 11:47:28 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-11-11 11:47:28 +0000 |
commit | c74d9193eb2dd970484a9d259d485126a5e805fc (patch) | |
tree | 7bde70b273f0752cecaf385e7a432cacc8d16d6b /usr.bin | |
parent | ed87d7439564ddea1a0d2e22746122cedbb45ece (diff) |
extern.h is a better name than nonints.h
(cvs file was copied from nonints.h to give a better sense of history).
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/extern.h | 2 | ||||
-rw-r--r-- | usr.bin/make/make.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/extern.h b/usr.bin/make/extern.h index b012b57fd6f..7f98343b501 100644 --- a/usr.bin/make/extern.h +++ b/usr.bin/make/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.10 1999/11/11 11:42:19 espie Exp $ */ +/* $OpenBSD: extern.h,v 1.11 1999/11/11 11:47:27 espie Exp $ */ /* $NetBSD: nonints.h,v 1.12 1996/11/06 17:59:19 christos Exp $ */ /*- diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index ffc98fa61ac..19152d31e3f 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -1,4 +1,4 @@ -/* $OpenBSD: make.h,v 1.14 1999/11/11 11:33:02 espie Exp $ */ +/* $OpenBSD: make.h,v 1.15 1999/11/11 11:47:27 espie Exp $ */ /* $NetBSD: make.h,v 1.15 1997/03/10 21:20:00 christos Exp $ */ /* @@ -374,6 +374,6 @@ extern int debug; #define DEBUG(module) (debug & CONCAT(DEBUG_,module)) -#include "nonints.h" +#include "extern.h" #endif /* _MAKE_H_ */ |