I know better than to edit files on freefall, next time take a patch file.

Change vm_paramh. to vm_param.h
This commit is contained in:
Rodney W. Grimes 1994-05-28 16:21:59 +00:00
parent f46145aa78
commit 9f5cdc1599
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1618

View file

@ -48,7 +48,7 @@ static char sccsid[] = "@(#)savecore.c 8.3 (Berkeley) 1/2/94";
#include <sys/time.h>
#include <vm/vm.h>
#include <vm/vm_paramh.>
#include <vm/vm_param.h>
#include <dirent.h>
#include <errno.h>