5215c15086
are various bug fixes and code cleanups.
13 lines
387 B
Text
13 lines
387 B
Text
$NetBSD: patch-ah,v 1.3 2006/10/14 19:33:45 schwarz Exp $
|
|
|
|
--- collect.c.orig 2005-03-31 09:07:51.000000000 +0200
|
|
+++ collect.c 2006-10-14 19:52:04.000000000 +0200
|
|
@@ -187,7 +187,7 @@
|
|
|
|
art_hdr.a_number = art_num;
|
|
art_hdr.hpos = 0;
|
|
- art_hdr.lpos = (off_t) 0;
|
|
+ art_hdr.lpos = (long) 0;
|
|
art_hdr.flag = 0;
|
|
|
|
mode = FILL_NEWS_HEADER | FILL_OFFSETS | SKIP_HEADER;
|