fix typo
authorJim Meyering <jim@meyering.net>
Sat, 25 May 2002 22:39:13 +0000 (22:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 May 2002 22:39:13 +0000 (22:39 +0000)
lib/file-type.h

index 00163b8ee382cb6d8c0d1175c6698fb65d42aae6..385ae87d93363fca4f8900e037cc7e04581a5b1b 100644 (file)
@@ -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