diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-03-02 16:57:29 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-03-02 16:57:29 +0000 |
commit | d6e1f4c8f283fa66af06a6cd16be84525841f74c (patch) | |
tree | ce7ffc0e1853ff80d0002115345fc1b5f92a0aa1 /usr.bin/make/make.h | |
parent | c5dce9de17bd545fa1991eb96971b697561ce457 (diff) |
Use the ohash_* that's now in libc.
Diffstat (limited to 'usr.bin/make/make.h')
-rw-r--r-- | usr.bin/make/make.h | 4 |
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. |