aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/rc/glob.c')
-rw-r--r--sys/cmd/rc/glob.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/cmd/rc/glob.c b/sys/cmd/rc/glob.c
index 8a9c940..95b2ef3 100644
--- a/sys/cmd/rc/glob.c
+++ b/sys/cmd/rc/glob.c
@@ -1,7 +1,6 @@
#include "rc.h"
#include <dirent.h>
-Io *errio;
static Word *matches;
static char buffer[6*1024];
@@ -188,6 +187,7 @@ glob(char *p)
globdir(p, path, AT_FDCWD);
}
+#if 0
int
main()
{
@@ -196,3 +196,4 @@ main()
pval(errio, matches);
flush(&errio);
}
+#endif