summary refs log tree commit diff
path: root/io/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/unlink.c')
-rw-r--r--io/unlink.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/unlink.c b/io/unlink.c
index 65ec5c66ca..42ed33c8f2 100644
--- a/io/unlink.c
+++ b/io/unlink.c
@@ -22,8 +22,7 @@
 
 /* Remove the link named NAME.  */
 int
-__unlink (name)
-     const char *name;
+__unlink (const char *name)
 {
   if (name == NULL)
     {