summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/fsmagic.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/file/fsmagic.c')
-rw-r--r--usr.bin/file/fsmagic.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/file/fsmagic.c b/usr.bin/file/fsmagic.c
index 5a66d31..ae020a0 100644
--- a/usr.bin/file/fsmagic.c
+++ b/usr.bin/file/fsmagic.c
@@ -46,7 +46,7 @@
#ifndef lint
static char *moduleid =
- "@(#)$Id: fsmagic.c,v 1.1.1.1 1994/09/03 19:16:22 csgr Exp $";
+ "@(#)$Id: fsmagic.c,v 1.2 1995/05/30 06:30:03 rgrimes Exp $";
#endif /* lint */
int
@@ -151,10 +151,12 @@ struct stat *sb;
return 1;
#endif
#ifdef S_IFSOCK
+#ifndef __COHERENT__
case S_IFSOCK:
ckfputs("socket", stdout);
return 1;
#endif
+#endif
case S_IFREG:
break;
default:
OpenPOWER on IntegriCloud