summaryrefslogtreecommitdiff
path: root/src/sys2.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-05-25 22:42:05 +0000
committerJim Meyering <jim@meyering.net>2002-05-25 22:42:05 +0000
commite9f9963e6bed43ec68c366bb0a3fe67bbc39280e (patch)
tree4c2eb0c5a5c54f066e0881db74672777d6922129 /src/sys2.h
parentad9071c4ba1909da56bfeaed63bedaebc9f37bc4 (diff)
downloadcoreutils-e9f9963e6bed43ec68c366bb0a3fe67bbc39280e.tar.xz
fix typo: s/S_TYPEISTMO/S_TYPEISMQ/
Diffstat (limited to 'src/sys2.h')
-rw-r--r--src/sys2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sys2.h b/src/sys2.h
index 2ccdcf27f..ec8a14ed1 100644
--- a/src/sys2.h
+++ b/src/sys2.h
@@ -94,8 +94,8 @@
# define S_TYPEISSHM(Stat_buf_p) 0
#endif
-#ifndef S_TYPEISTMO
-# define S_TYPEISTMO(Stat_buf_p) 0
+#ifndef S_TYPEISMQ
+# define S_TYPEISMQ(Stat_buf_p) 0
#endif