summaryrefslogtreecommitdiff
path: root/proc/hash.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-07 01:11:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-07 01:11:12 +0000
commit4421905c0d1289222914de73611a34ecea38b8d5 (patch)
tree695de3eef790bde8ce3b27bd81feb0650dc6f267 /proc/hash.c
parentd33bba73b223423c6baed34c774b7e39a258c2e3 (diff)
"ihash.h" -> <hurd/ihash.h>
Diffstat (limited to 'proc/hash.c')
-rw-r--r--proc/hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc/hash.c b/proc/hash.c
index 9ccb6b90..c1c6cb56 100644
--- a/proc/hash.c
+++ b/proc/hash.c
@@ -1,5 +1,5 @@
/* Hash table functions
- Copyright (C) 1993, 1994 Free Software Foundation
+ Copyright (C) 1993, 1994, 1995 Free Software Foundation
This file is part of the GNU Hurd.
@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/resource.h>
#include "proc.h"
-#include "ihash.h"
+#include <hurd/ihash.h>
static struct ihash pghash, pidhash, taskhash, porthash, sidhash;
static struct ihash exchash;