aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9660/unix.c
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-07-03 17:48:02 +0000
committerwkj <devnull@localhost>2004-07-03 17:48:02 +0000
commit5241ed2bc2c0a0553c75b628d16d3b588cdee685 (patch)
tree4cc67cab95483522941582fce328978a985a3517 /src/cmd/9660/unix.c
parent13afc7e57c2dd8001f23a8875719d57db2a8633c (diff)
downloadplan9port-5241ed2bc2c0a0553c75b628d16d3b588cdee685.tar.gz
plan9port-5241ed2bc2c0a0553c75b628d16d3b588cdee685.tar.bz2
plan9port-5241ed2bc2c0a0553c75b628d16d3b588cdee685.zip
Placate the Sun monster.
Diffstat (limited to 'src/cmd/9660/unix.c')
-rw-r--r--src/cmd/9660/unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/9660/unix.c b/src/cmd/9660/unix.c
index 99332af8..f060c104 100644
--- a/src/cmd/9660/unix.c
+++ b/src/cmd/9660/unix.c
@@ -41,7 +41,7 @@ dirtoxdir(XDir *xd, Dir *d)
//xd->symlink = atom(d->symlink);
xd->symlink = atom("symlink"); // XXX: rsc
}
-};
+}
void
fdtruncate(int fd, ulong size)