pkgsrc/mail/ja-mh/patches/patch-uip_ali.c
2013-03-28 21:31:25 +00:00

25 lines
540 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-uip_ali.c,v 1.1 2013/03/28 21:31:26 joerg Exp $
--- uip/ali.c.orig 2013-03-28 18:03:52.000000000 +0000
+++ uip/ali.c
@@ -47,6 +47,8 @@ static struct swit switches[] = {
static int pos = 1;
+static void print_aka (char *p, int list, int margin);
+
extern struct aka *akahead;
/* */
@@ -180,10 +182,7 @@ char *argv[];
/* */
-print_aka (p, list, margin)
-register char *p;
-int list,
- margin;
+static void print_aka (char *p, int list, int margin)
{
register char c;
#ifdef JAPAN