summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-05-25 22:39:13 +0000
committerJim Meyering <jim@meyering.net>2002-05-25 22:39:13 +0000
commitad9071c4ba1909da56bfeaed63bedaebc9f37bc4 (patch)
tree726e1f455a339fa3b77f869fcd750ef5d90585a5 /lib
parent0ef5b0241e9d39a016df077777bf36ccb221fd99 (diff)
downloadcoreutils-ad9071c4ba1909da56bfeaed63bedaebc9f37bc4.tar.xz
fix typo
Diffstat (limited to 'lib')
-rw-r--r--lib/file-type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/file-type.h b/lib/file-type.h
index 00163b8ee..385ae87d9 100644
--- a/lib/file-type.h
+++ b/lib/file-type.h
@@ -98,6 +98,6 @@ char const *file_type (struct stat const *);
# 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