mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
c215e4f94b
- Backport bugfixes from vendor CVS Submitted by: Jeff Burchell <toxic@doobie.com>
11 lines
293 B
C++
11 lines
293 B
C++
--- dupe_file.cc 2004-05-29 16:00:05.000000000 -0700
|
|
+++ dupe_file.cc 2008-03-02 23:03:01.000000000 -0800
|
|
@@ -25,6 +25,7 @@
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
+#include <string.h>
|
|
|
|
void dupe_file_checker::add(const char *filename, ulong size){
|
|
file_match *fm;
|