SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
sysutils/radmind/patches/patch-fsdiff_c
Normal file
13
sysutils/radmind/patches/patch-fsdiff_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
Fix build with -fno-common
|
||||
|
||||
Index: fsdiff.c
|
||||
--- fsdiff.c.orig
|
||||
+++ fsdiff.c
|
||||
@@ -28,6 +28,7 @@ extern char *version, *checksumlist;
|
||||
|
||||
void fs_walk( char *, struct stat *, char *, struct applefileinfo *,
|
||||
int, int, int );
|
||||
+int cksum;
|
||||
int dodots = 0;
|
||||
int dotfd;
|
||||
int lastpercent = -1;
|
Loading…
Add table
Add a link
Reference in a new issue