about summary refs log tree commit diff
path: root/elf/sln.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/sln.c')
-rw-r--r--elf/sln.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/elf/sln.c b/elf/sln.c
index a958bac0cf..f9344692e6 100644
--- a/elf/sln.c
+++ b/elf/sln.c
@@ -34,9 +34,7 @@ static int makesymlink __P ((const char *src, const char *dest));
 static int makesymlinks __P ((const char *file));
 
 int
-main (argc, argv)
-     int argc;
-     char **argv;
+main (int argc, char **argv)
 {
   switch (argc)
     {
@@ -162,7 +160,7 @@ makesymlink (src, dest)
       fprintf (stderr, "%s: invalid destination: %s\n", dest, error);
       return -1;
     }
-       
+
 #ifdef S_ISLNK
   if (symlink (src, dest) == 0)
 #else