From 9693d6a1efc65553667134c9ec7f504674c2d713 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 16 Dec 2007 14:48:30 +0000 Subject: Include "stdlib.h" head file and add a few forward declarations to please picky C compilers. --- mail/faces/distinfo | 4 ++-- mail/faces/patches/patch-aw | 20 ++++++++++++++------ 2 files changed, 16 insertions(+), 8 deletions(-) (limited to 'mail/faces') diff --git a/mail/faces/distinfo b/mail/faces/distinfo index db901a07948..f2a5c4d0170 100644 --- a/mail/faces/distinfo +++ b/mail/faces/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2006/01/08 14:30:01 tron Exp $ +$NetBSD: distinfo,v 1.13 2007/12/16 14:48:30 tron Exp $ SHA1 (faces-1.6.1.tar.Z) = 8402a74e43e78345c23a975a417c2407322db65f RMD160 (faces-1.6.1.tar.Z) = fdf0d1eca4d094b0b50c00c627082c78ae5dd195 @@ -25,7 +25,7 @@ SHA1 (patch-as) = 3751bb0603637db885263d49a50769c7d6c39377 SHA1 (patch-at) = ee84e7a191c0db0f278be753562ba086050a7f8c SHA1 (patch-au) = 582e9ad10b44e2e8af10c5c5e8682a7bfe508318 SHA1 (patch-av) = 0167d89f23dcc997af9a9b9ab78439d5840e0724 -SHA1 (patch-aw) = a53df4bc5b1eb696bc9416f7109d152d735b76f7 +SHA1 (patch-aw) = 654de6c7e5e1164fad2bbd60606f50cb45ad8da3 SHA1 (patch-ax) = d815d247fbbfe9a0553bd3c2187d842269d36000 SHA1 (patch-ay) = 47cfbfb581fcfb9a781c76dd9dfdcd410ce39a93 SHA1 (patch-az) = 1d753d201e2c4790a027b0ccad1da3ce02e20085 diff --git a/mail/faces/patches/patch-aw b/mail/faces/patches/patch-aw index 25f0a40c88b..1d1d53e859e 100644 --- a/mail/faces/patches/patch-aw +++ b/mail/faces/patches/patch-aw @@ -1,12 +1,20 @@ -$NetBSD: patch-aw,v 1.1 2001/02/03 01:53:03 dmcmahill Exp $ +$NetBSD: patch-aw,v 1.2 2007/12/16 14:48:30 tron Exp $ -add prototypes for 64-bit machines - ---- address.y.orig Sun Jun 30 21:25:54 1991 -+++ address.y Fri Feb 2 18:03:04 2001 -@@ -2,4 +2,5 @@ +--- address.y.orig 1991-07-01 02:25:54.000000000 +0100 ++++ address.y 2007-12-16 14:41:03.000000000 +0000 +@@ -1,9 +1,15 @@ + %{ #include #include +#include ++#include #include "addr.h" #include "faces.h" + ++static char * newstring2(char *a, char *b); ++static char * newstring3(char *a, char *b, char *c); ++static void yyerror(char *s); ++ + /* @(#)address.y 1.4 91/05/06 + * + * Copyright (c) 1986, 1987, 1988, 1989, 1990, 1991, by: -- cgit v1.2.3