From 6b0d02319cc8e8e611990135f76dd9daace5821b Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 1 May 1996 11:09:23 +0000 Subject: do not proto __syscall or you will experience excruciating pain --- lib/libc/sys/truncate.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc/sys/truncate.c') diff --git a/lib/libc/sys/truncate.c b/lib/libc/sys/truncate.c index e8b0d73212f..c54c6ed98ce 100644 --- a/lib/libc/sys/truncate.c +++ b/lib/libc/sys/truncate.c @@ -53,7 +53,6 @@ truncate(path, length) const char *path; off_t length; { - quad_t __syscall __P((quad_t, ...)); return(__syscall((quad_t)SYS_truncate, path, 0, length)); } -- cgit v1.2.3-59-g8ed1b