aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/hash.h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2017-07-15 21:19:27 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2017-07-15 21:19:27 +0000
commit8695518c44cc402325c83231111ad4ea423e2fbf (patch)
treef3a3a940ba60b1370e93f7f906a314082a5bf227 /contrib/bmake/hash.h
parentab384d75dbb4d829a8b6cb85d88e2e7d172e2094 (diff)
parent7ef48313e3a45ae781c4749db7eb4938f54da8cd (diff)
downloadsrc-8695518c44cc402325c83231111ad4ea423e2fbf.tar.gz
src-8695518c44cc402325c83231111ad4ea423e2fbf.zip
Import bmake-20170711
Notes
Notes: svn path=/head/; revision=321036
Diffstat (limited to 'contrib/bmake/hash.h')
-rw-r--r--contrib/bmake/hash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/bmake/hash.h b/contrib/bmake/hash.h
index 0e3d22dc317e..8ab6ffd4f556 100644
--- a/contrib/bmake/hash.h
+++ b/contrib/bmake/hash.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hash.h,v 1.11 2016/06/07 00:40:00 sjg Exp $ */
+/* $NetBSD: hash.h,v 1.12 2017/05/31 21:07:03 maya Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -78,8 +78,8 @@
* which maintains hash tables.
*/
-#ifndef _HASH
-#define _HASH
+#ifndef _HASH_H
+#define _HASH_H
/*
* The following defines one entry in the hash table.
@@ -146,4 +146,4 @@ void Hash_DeleteEntry(Hash_Table *, Hash_Entry *);
Hash_Entry *Hash_EnumFirst(Hash_Table *, Hash_Search *);
Hash_Entry *Hash_EnumNext(Hash_Search *);
-#endif /* _HASH */
+#endif /* _HASH_H */