projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c0c947a
)
Down with K&R function arguments
Nicholas Clark [Tue, 5 Apr 2005 14:48:33 +0000 (14:48 +0000)]
p4raw-id: //depot/perl@24161
ext/Cwd/Cwd.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Cwd/Cwd.xs
b/ext/Cwd/Cwd.xs
index
00ebcc7
..
97c583f
100644
(file)
--- a/
ext/Cwd/Cwd.xs
+++ b/
ext/Cwd/Cwd.xs
@@
-70,9
+70,7
@@
static char *rcsid = "$OpenBSD: realpath.c,v 1.4 1998/05/18 09:55:19 deraadt Exp
*/
static
char *
-bsd_realpath(path, resolved)
- const char *path;
- char *resolved;
+bsd_realpath(const char *path, char *resolved)
{
#ifdef VMS
dTHX;