projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c70406
)
(path_concat): Use K&R style function definition.
author
Jim Meyering
<jim@meyering.net>
Tue, 1 Oct 1996 01:09:07 +0000
(
01:09
+0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 1 Oct 1996 01:09:07 +0000
(
01:09
+0000)
lib/path-concat.c
patch
|
blob
|
history
diff --git
a/lib/path-concat.c
b/lib/path-concat.c
index ce74ed1334ee1a3778ed7fcc281138bfa7c97456..54509125cacc3ca92f066349e6ee406bd0b63ad7 100644
(file)
--- a/
lib/path-concat.c
+++ b/
lib/path-concat.c
@@
-33,7
+33,10
@@
char *stpcpy ();
BASE in the returned concatenation. */
char *
-path_concat (const char *dir, const char *base, char **base_in_result)
+path_concat (dir, base, base_in_result)
+ const char *dir;
+ const char *base;
+ char **base_in_result;
{
char *p;
char *p_concat;