Add patch-ac, which I forgot to cvs add when I upgraded pavuk to pl18

This commit is contained in:
Chris Piazza 1999-08-05 09:10:13 +00:00
parent 6ea24563ed
commit 262380ef36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20535

12
ftp/pavuk/files/patch-ac Normal file
View file

@ -0,0 +1,12 @@
--- src/doc.c.orig Thu Aug 5 02:09:04 1999
+++ src/doc.c Thu Aug 5 02:09:25 1999
@@ -18,7 +18,8 @@
#include <sys/file.h>
#endif
#ifdef HAVE_FSTATFS
-#include <sys/vfs.h>
+#include <sys/param.h>
+#include <sys/mount.h>
#endif
#include <sys/time.h>
#include <time.h>