summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-09-23 00:31:31 +0000
committerChristopher Faylor <me@cgf.cx>2002-09-23 00:31:31 +0000
commitf0227ea3c78d8d23dc35f0939219649447eecfae (patch)
tree0a116e294fa35db8a66901f6ef85b41720913c2f /winsup/cygwin/dtable.cc
parentc87c8a533f9e917878d433956420953598ab6cd6 (diff)
downloadcygnal-f0227ea3c78d8d23dc35f0939219649447eecfae.tar.gz
cygnal-f0227ea3c78d8d23dc35f0939219649447eecfae.tar.bz2
cygnal-f0227ea3c78d8d23dc35f0939219649447eecfae.zip
More GNUify non-GNU formatted functions calls throughout.
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index 9fc6f4e21..4f2b544a6 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -691,7 +691,7 @@ dtable::vfork_child_fixup ()
}
#define DEVICE_PREFIX "\\device\\"
-#define DEVICE_PREFIX_LEN sizeof(DEVICE_PREFIX) - 1
+#define DEVICE_PREFIX_LEN sizeof (DEVICE_PREFIX) - 1
#define REMOTE "\\Device\\LanmanRedirector\\"
#define REMOTE_LEN sizeof (REMOTE) - 1