1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

change hash.h to strhash.h to match new convention.

Manpage for strhash functions to follow tomorrow.
This commit is contained in:
Jordan K. Hubbard 1995-03-26 10:25:00 +00:00
parent 4796867161
commit be01ce9346
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7389
4 changed files with 4 additions and 5 deletions

View File

@ -32,7 +32,7 @@
*
*/
#include <hash.h>
#include <strhash.h>
#include <ctype.h>
#include <err.h>
#include <ncurses.h>

View File

@ -32,7 +32,7 @@
*
*/
#include <hash.h>
#include <strhash.h>
#include <stdio.h>
#include <stdlib.h>
#include <forms.h>

View File

@ -32,7 +32,7 @@
*
*/
#include <hash.h>
#include <strhash.h>
#include <forms.h>
#include <stdlib.h>
#include <string.h>

View File

@ -33,8 +33,7 @@
*
*/
#include "hash.h"
#include <strhash.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>