]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo: s/S_TYPEISTMO/S_TYPEISMQ/
authorJim Meyering <jim@meyering.net>
Sat, 25 May 2002 22:42:05 +0000 (22:42 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 May 2002 22:42:05 +0000 (22:42 +0000)
src/sys2.h

index 2ccdcf27fae30b08ce7c71ed830dbd16f7f3b874..ec8a14ed12f5bc21a9dad6939c8b56054a3381ec 100644 (file)
@@ -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