about summary refs log tree commit diff
path: root/misc/truncate64.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/truncate64.c')
-rw-r--r--misc/truncate64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/truncate64.c b/misc/truncate64.c
index d1bb4ade2e..e8408d5b04 100644
--- a/misc/truncate64.c
+++ b/misc/truncate64.c
@@ -21,9 +21,7 @@
 
 /* Truncate PATH to LENGTH bytes.  */
 int
-truncate64 (path, length)
-     const char *path;
-     off64_t length;
+truncate64 (const char *path, off64_t length)
 {
   if ((off_t) length != length)
     {