summaryrefslogtreecommitdiff
path: root/comms/plp/patches/patch-ag
blob: 740e0ab411e89df6b3de8137c055065d9785e602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1 2000/10/10 12:12:10 pooka Exp $

--- rfsv/rfsv16.cc.orig	Wed Nov  3 00:01:01 1999
+++ rfsv/rfsv16.cc	Tue Oct 10 15:06:29 2000
@@ -113,7 +113,7 @@
       if (version != 2) return 1;
       int status = a.getWord(2);
       long size = a.getDWord(4);
-      long date = a.getDWord(8);
+      time_t date = a.getDWord(8);
       const char *s = a.getString(16);
       a.discardFirstBytes(17+strlen(s));