Files
pkgsrc-ng/mail/ja-mh/patches/patch-uip_whatnowsbr.c
2013-09-26 17:14:40 +02:00

28 lines
764 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_whatnowsbr.c,v 1.1 2013/03/28 21:31:27 joerg Exp $
--- uip/whatnowsbr.c.orig 2013-03-28 18:12:50.000000000 +0000
+++ uip/whatnowsbr.c
@@ -18,7 +18,8 @@ static char ident[] = "@(#)$Id: whatnows
#define MIMEminc(a) 0
#endif
-static int editfile(), copyf(), sendfile(), sendit(), whomfile();
+static int editfile(), copyf(), sendfile(), whomfile();
+static void sendit (char *sp, char **arg, char *file, int pushed);
#ifdef MIME
static int mhnfile();
#endif
@@ -690,11 +691,7 @@ extern char *distfile;
/* */
-static sendit (sp, arg, file, pushed)
-register char *sp,
- **arg,
- *file;
-int pushed;
+static void sendit (char *sp, char **arg, char *file, int pushed)
{
#ifndef lint
int distsw = 0;