Add patch to make it compile on FreeBSD-STABLE.

This commit is contained in:
Michal Pasternak 2004-02-02 22:12:24 +00:00 committed by Thomas Klausner
parent 8fc7062cf5
commit e644a3aa5c
2 changed files with 16 additions and 1 deletions

View file

@ -1,6 +1,8 @@
$NetBSD: distinfo,v 1.1.1.1 2003/12/13 06:12:58 mpasternak Exp $
$NetBSD: distinfo,v 1.2 2004/02/02 22:12:24 mpasternak Exp $
SHA1 (d4x-2.5.0beta2.tar.gz) = 7d9750959527d8fd9fbc83d9ae5ebb64aec49e38
Size (d4x-2.5.0beta2.tar.gz) = 1451792 bytes
SHA1 (patch-aa) = f414b5ea6fac6d507386c481100f89705c290ac9
SHA1 (patch-ab) = 62adf0ecd554eaf3acc7ed6fa8e905e9c714e6d4
SHA1 (patch-ac) = 844339e86c9440e0d90802a57742470388c0b241
SHA1 (patch-ad) = 667700d011861899dd893f4ea4d143b1dd04a25b

13
d4x/patches/patch-ad Normal file
View file

@ -0,0 +1,13 @@
$NetBSD: patch-ad,v 1.1 2004/02/02 22:12:24 mpasternak Exp $
--- main/locstr.h~ Wed Nov 6 07:53:28 2002
+++ main/locstr.h Mon Feb 2 23:12:06 2004
@@ -48,7 +48,7 @@
void make_number_nice(char *where,fsize_t num,int NICE_DEC_DIGITALS);
void make_number_nicel(char *where,unsigned long num,int NICE_DEC_DIGITALS);
int convert_month(char *src);
-int ctime_to_time(char *src);
+time_t ctime_to_time(char *src);
int check_mask(char *src,char *mask);
int check_mask2(char *src,char *mask);
int check_mask2_uncase(char *src,char *mask);