summaryrefslogtreecommitdiff
path: root/src/fsmagic.c
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>1995-01-21 21:03:35 +0000
committerChristos Zoulas <christos@zoulas.com>1995-01-21 21:03:35 +0000
commitb1e44b1eeba366ed30295e71563fcbfec44e236f (patch)
treec227c0daa808971ed6839fa304550fdff4050750 /src/fsmagic.c
parent9f1c8ebb396c2a1758d26a9dad88076943b5624a (diff)
downloadfile-git-b1e44b1eeba366ed30295e71563fcbfec44e236f.tar.gz
Added CSECTION for the file man page
Added version flag -v Fixed bug with -f input flag (from iorio@violet.berkeley.edu) Lots of magic fixes and reorganization...
Diffstat (limited to 'src/fsmagic.c')
-rw-r--r--src/fsmagic.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fsmagic.c b/src/fsmagic.c
index 684e118d..5e00c4f1 100644
--- a/src/fsmagic.c
+++ b/src/fsmagic.c
@@ -46,7 +46,7 @@
#ifndef lint
static char *moduleid =
- "@(#)$Id: fsmagic.c,v 1.22 1993/02/19 12:09:04 ian Exp $";
+ "@(#)$Id: fsmagic.c,v 1.23 1995/01/21 21:03:35 christos 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: