Add patch-ac, which I forgot to cvs add when I upgraded pavuk to pl18
This commit is contained in:
parent
6ea24563ed
commit
262380ef36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20535
1 changed files with 12 additions and 0 deletions
12
ftp/pavuk/files/patch-ac
Normal file
12
ftp/pavuk/files/patch-ac
Normal 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>
|
Loading…
Reference in a new issue