From ad9071c4ba1909da56bfeaed63bedaebc9f37bc4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 May 2002 22:39:13 +0000 Subject: fix typo --- lib/file-type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/file-type.h b/lib/file-type.h index 00163b8ee..385ae87d9 100644 --- a/lib/file-type.h +++ b/lib/file-type.h @@ -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 -- cgit v1.2.3-54-g00ecf