1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00
This commit is contained in:
Jim Meyering
2002-05-25 22:39:13 +00:00
parent 0ef5b0241e
commit ad9071c4ba
+2 -2
View File
@@ -98,6 +98,6 @@ char const *file_type (struct stat const *);
# 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