summaryrefslogtreecommitdiff
path: root/os/osdep.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-06-18 09:49:12 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-06-18 09:49:19 -0700
commit75c51c67b340548286efd41a53882e2acaf74ab5 (patch)
tree64819b635355465fb1b7f6b1b4b0dc44a7d7870a /os/osdep.h
parent128cd03eecacc6d5c5903d59a11966dcf3697bf1 (diff)
Clarify use of and need for mffs vs. ffs
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'os/osdep.h')
-rw-r--r--os/osdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/osdep.h b/os/osdep.h
index e719f9a70..b0d30e9ee 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -204,7 +204,7 @@ extern Bool AnyClientsWriteBlocked;
extern WorkQueuePtr workQueue;
-/* added by raphael */
+/* in WaitFor.c */
#ifdef WIN32
typedef long int fd_mask;
#endif