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

23 lines
505 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-sbr_path.c,v 1.1 2013/03/28 21:31:26 joerg Exp $
--- sbr/path.c.orig 2013-03-28 18:10:53.000000000 +0000
+++ sbr/path.c
@@ -17,7 +17,7 @@ static char ident[] = "@(#)$Id: path.c,v
static char *pwds;
static char *expath ();
-static compath();
+static void compath (char *f);
char *path (name, flag)
@@ -98,8 +98,7 @@ register int flag;
/* */
-static compath (f)
-register char *f;
+static void compath (char *f)
{
register char *cp,
*dp;