diff options
author | Jim Meyering <jim@meyering.net> | 2002-05-25 22:42:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-05-25 22:42:05 +0000 |
commit | e9f9963e6bed43ec68c366bb0a3fe67bbc39280e (patch) | |
tree | 4c2eb0c5a5c54f066e0881db74672777d6922129 /src | |
parent | ad9071c4ba1909da56bfeaed63bedaebc9f37bc4 (diff) | |
download | coreutils-e9f9963e6bed43ec68c366bb0a3fe67bbc39280e.tar.xz |
fix typo: s/S_TYPEISTMO/S_TYPEISMQ/
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 |