pkgsrc/comms/fidogate/patches/patch-ad
abs c7ad5c4afa You are in a maze of twisty little Makefiles, all with short install targets
Somewhat more than 11 rooms later... PKG_DESTDIR_SUPPORT
2009-12-18 01:09:23 +00:00

13 lines
456 B
Text

$NetBSD: patch-ad,v 1.6 2009/12/18 01:09:23 abs Exp $
--- src/tick/ftntick.c.orig 2004-08-22 20:19:13.000000000 +0000
+++ src/tick/ftntick.c
@@ -528,7 +528,7 @@ int check_file(Tick *tic)
if(tic->size != st.st_size)
{
logit("ERROR: wrong size for file %s: got %lu, expected %lu",
- name, st.st_size, tic->size );
+ name, (unsigned long)st.st_size, tic->size );
return ERROR;
}
}