diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sys2.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |