blob: 2c50356969d36e151266305bba69d58565b3eeeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$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;
|