Today's changes.
More changes.
diff --git a/src/cmd/plumb/fsys.c b/src/cmd/plumb/fsys.c
index 4776d12..33a4458 100644
--- a/src/cmd/plumb/fsys.c
+++ b/src/cmd/plumb/fsys.c
@@ -97,6 +97,7 @@
 static int	ndir = NQID;
 
 static int		srvfd;
+#define clock plumbclock	/* SunOS name clash */
 static int		clock;
 static Fid		*fids[Nhash];
 static QLock	readlock;