From: Jim Meyering Date: Sat, 25 May 2002 22:42:05 +0000 (+0000) Subject: fix typo: s/S_TYPEISTMO/S_TYPEISMQ/ X-Git-Tag: FILEUTILS-4_1_9~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9f9963e6bed43ec68c366bb0a3fe67bbc39280e;p=thirdparty%2Fcoreutils.git fix typo: s/S_TYPEISTMO/S_TYPEISMQ/ --- diff --git a/src/sys2.h b/src/sys2.h index 2ccdcf27fa..ec8a14ed12 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