mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@62904 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
236 B
C
12 lines
236 B
C
--- bsdsfv.c.orig 2010-01-21 03:31:58.000000000 -0800
|
|
+++ bsdsfv.c 2010-01-21 03:35:39.000000000 -0800
|
|
@@ -43,7 +43,7 @@
|
|
|
|
typedef struct sfvtable {
|
|
char filename[FNAMELEN];
|
|
- int crc;
|
|
+ unsigned int crc;
|
|
int found;
|
|
} SFVTABLE;
|
|
|