diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-22 11:40:58 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-22 11:40:58 +0000 |
commit | bd1f61604cea08101bbe9aedbb2d1d80211a33db (patch) | |
tree | 73d2b5cbd570a23803731c77e2351e8f71a37cf0 | |
parent | 90ba11f6d5cf6873a45513502de9e216f192be50 (diff) |
Notes
-rw-r--r-- | lib/libc/sys/truncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/truncate.c b/lib/libc/sys/truncate.c index 0d50cd73d885b..7307520b9163e 100644 --- a/lib/libc/sys/truncate.c +++ b/lib/libc/sys/truncate.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)truncate.c 8.1 (Berkeley) 6/17/93"; */ int truncate(path, length) - char *path; + const char *path; off_t length; { |