From 7e4c5f5208a9a134b9b6a8ab081eb7fccf04347e Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 28 Mar 2005 09:41:25 +0000 Subject: [PATCH] - Fix the hpfs build, hpfs_hash.c was removed from the repository. --- sys/modules/hpfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile index 438860307914..750fda00dae0 100644 --- a/sys/modules/hpfs/Makefile +++ b/sys/modules/hpfs/Makefile @@ -4,7 +4,7 @@ KMOD= hpfs SRCS= vnode_if.h \ - hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \ + hpfs_vfsops.c hpfs_vnops.c hpfs_subr.c hpfs_lookup.c \ hpfs_alsubr.c .include