diff options
author | 1999-11-11 11:47:27 +0000 | |
---|---|---|
committer | 1999-11-11 11:47:27 +0000 | |
commit | fcdcdd8c5e46f063e97044116ca1b72ccfe28ddb (patch) | |
tree | b39f08266e78a2a4c51e5c9244322e1f864f2c35 | |
parent | Close bug (diff) | |
download | wireguard-openbsd-fcdcdd8c5e46f063e97044116ca1b72ccfe28ddb.tar.xz wireguard-openbsd-fcdcdd8c5e46f063e97044116ca1b72ccfe28ddb.zip |
extern.h is a better name than nonints.h
(cvs file was copied from nonints.h to give a better sense of history).
-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_ */ |