From e9f9963e6bed43ec68c366bb0a3fe67bbc39280e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 May 2002 22:42:05 +0000 Subject: fix typo: s/S_TYPEISTMO/S_TYPEISMQ/ --- src/sys2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sys2.h') 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 -- cgit v1.2.3-54-g00ecf