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

index 00ebcc7..97c583f 100644 (file)
@@ -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;