summaryrefslogtreecommitdiff
path: root/security/tripwire/patches/patch-ak
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2003-12-09 19:17:37 +0000
committerben <ben@pkgsrc.org>2003-12-09 19:17:37 +0000
commit4865884f55f96ff829509f3d376806e9e646aff2 (patch)
tree0d255816bed4c13464eb643870a04c4f879e7e1a /security/tripwire/patches/patch-ak
parentacd5e0f0da2badb83890c355a2c21cfa1943a7dc (diff)
downloadpkgsrc-4865884f55f96ff829509f3d376806e9e646aff2.tar.gz
Update the format string in dbase.build.c also.
Fix the format string and types to work on older versions of NetBSD, in addition to FreeBSD and SunOS.
Diffstat (limited to 'security/tripwire/patches/patch-ak')
-rw-r--r--security/tripwire/patches/patch-ak6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tripwire/patches/patch-ak b/security/tripwire/patches/patch-ak
index a10869d9074..2cfc124da15 100644
--- a/security/tripwire/patches/patch-ak
+++ b/security/tripwire/patches/patch-ak
@@ -1,4 +1,4 @@
-$NetBSD: patch-ak,v 1.1 2003/12/09 15:56:56 ben Exp $
+$NetBSD: patch-ak,v 1.2 2003/12/09 19:17:37 ben Exp $
--- src/preen.report.c.orig 1994-08-03 20:44:34.000000000 -0700
+++ src/preen.report.c
@@ -8,7 +8,7 @@ $NetBSD: patch-ak,v 1.1 2003/12/09 15:56:56 ben Exp $
char ignorevec[512];
- uint32 mode, ino, nlink, uid, gid, size;
+ uint32 mode, ino, nlink, uid, gid;
-+ off_t size;
++ long long size;
int entrynum;
int nfields;
@@ -18,7 +18,7 @@ $NetBSD: patch-ak,v 1.1 2003/12/09 15:56:56 ben Exp $
static char structstat_fill_string[512];
- uint32 mode, ino, nlink, uid, gid, size;
+ uint32 mode, ino, nlink, uid, gid;
-+ off_t size;
++ long long size;
int entrynum;
char vec64_a[50], vec64_m[50], vec64_c[50];