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:
parent
4796867161
commit
be01ce9346
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7389
@ -32,7 +32,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <hash.h>
|
||||
#include <strhash.h>
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <ncurses.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <hash.h>
|
||||
#include <strhash.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <forms.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <hash.h>
|
||||
#include <strhash.h>
|
||||
#include <forms.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -33,8 +33,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "hash.h"
|
||||
|
||||
#include <strhash.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user