summaryrefslogtreecommitdiffstats
path: root/util/mandex.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/mandex.c')
-rw-r--r--util/mandex.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/util/mandex.c b/util/mandex.c
index 6088bc75..f1059f68 100644
--- a/util/mandex.c
+++ b/util/mandex.c
@@ -1,4 +1,4 @@
-/* $Id: mandex.c,v 1.9 2003/05/15 08:27:23 in2 Exp $ */
+/* $Id: mandex.c,v 1.10 2003/07/20 00:55:34 in2 Exp $ */
/* 'mandex -h' to help */
@@ -36,15 +36,6 @@ int k_cmp(b, a)
return ((a->k / 100 + a->ndir + a->nfile) - (b->k / 100 + b->ndir + b->nfile));
}
-int dashd(fname)
- char *fname;
-{
- struct stat st;
-
- return (stat(fname, &st) == 0 && S_ISDIR(st.st_mode));
-}
-
-
/* visit the hierarchy recursively */
void
@@ -189,6 +180,7 @@ int main(int argc, char* argv[])
argc -= optind;
argv += optind;
+ attach_SHM();
resolve_boards();
/*
if( argc == 0 ){