5215c15086
are various bug fixes and code cleanups.
13 lines
456 B
Text
13 lines
456 B
Text
$NetBSD: patch-ar,v 1.3 2006/10/14 19:33:45 schwarz Exp $
|
|
|
|
--- kill.c.orig 2005-04-20 01:53:17.000000000 +0200
|
|
+++ kill.c 2006-10-14 20:23:09.000000000 +0200
|
|
@@ -450,7 +450,7 @@
|
|
typedef struct {
|
|
long ckh_magic;
|
|
time_t ckh_db_check;
|
|
- off_t ckh_pattern_offset;
|
|
+ long ckh_pattern_offset;
|
|
long ckh_pattern_size;
|
|
long ckh_entries;
|
|
long ckh_regexp_size;
|