summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-03-02 16:57:29 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-03-02 16:57:29 +0000
commitd6e1f4c8f283fa66af06a6cd16be84525841f74c (patch)
treece7ffc0e1853ff80d0002115345fc1b5f92a0aa1 /usr.bin/make/make.h
parentc5dce9de17bd545fa1991eb96971b697561ce457 (diff)
Use the ohash_* that's now in libc.
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r--usr.bin/make/make.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 87b1f8cd5df..b8d64d31561 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: make.h,v 1.29 2000/11/24 14:36:35 espie Exp $ */
+/* $OpenBSD: make.h,v 1.30 2001/03/02 16:57:26 espie Exp $ */
/* $NetBSD: make.h,v 1.15 1997/03/10 21:20:00 christos Exp $ */
/*
@@ -156,7 +156,7 @@ typedef struct {
struct Var_ *locals[LOCAL_SIZE];
} SymTable;
-typedef struct hash GSymT;
+typedef struct ohash GSymT;
/*-
* The structure for an individual graph node. Each node has several
* pieces of data associated with it.