diff options
Diffstat (limited to 'comms/fidogate/patches/patch-ad')
-rw-r--r-- | comms/fidogate/patches/patch-ad | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/comms/fidogate/patches/patch-ad b/comms/fidogate/patches/patch-ad index 5dc1fb9fa7b..64230f302b9 100644 --- a/comms/fidogate/patches/patch-ad +++ b/comms/fidogate/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.4 2001/02/22 03:00:15 tv Exp $ +$NetBSD: patch-ad,v 1.5 2005/08/17 11:43:27 tv Exp $ ---- src/tick/ftntick.c.orig Wed Feb 21 17:37:28 2001 -+++ src/tick/ftntick.c Wed Feb 21 17:38:48 2001 -@@ -528,7 +528,7 @@ +--- src/tick/ftntick.c.orig 2004-08-22 16:19:13.000000000 -0400 ++++ src/tick/ftntick.c +@@ -528,7 +528,7 @@ int check_file(Tick *tic) if(tic->size != st.st_size) { - log("ERROR: wrong size for file %s: got %lu, expected %lu", + 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); ++ name, (unsigned long)st.st_size, tic->size ); return ERROR; } } |