diff options
author | peter <peter@FreeBSD.org> | 2003-10-29 00:32:25 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-10-29 00:32:25 +0000 |
commit | 8bfb1786d591a49256818c008e9a41c87a9f9125 (patch) | |
tree | aa2f9b717580db89add6ec7d91c6e8e36b45a7cb /include | |
parent | ef64cc476e3caf97ef427ede66aff6b71cbd48b6 (diff) | |
download | FreeBSD-src-8bfb1786d591a49256818c008e9a41c87a9f9125.zip FreeBSD-src-8bfb1786d591a49256818c008e9a41c87a9f9125.tar.gz |
*blush*. stdhash.h != strhash.h
Sorry folks.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 1684c89..1dcc741 100644 --- a/include/Makefile +++ b/include/Makefile @@ -14,7 +14,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \ pthread.h \ pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \ resolv.h rune.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \ - stdbool.h stddef.h stdio.h stdlib.h strhash.h string.h stringlist.h \ + stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \ strings.h sysexits.h tar.h time.h timeconv.h timers.h ttyent.h \ ulimit.h unistd.h utime.h utmp.h uuid.h varargs.h vis.h wchar.h \ wctype.h wordexp.h |