diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-20 03:24:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-20 03:24:18 +0000 |
commit | f1e43ec846a3bdd1526ea62d46173161b2f132a6 (patch) | |
tree | 95d62c4d77d2adfc5ba206359e1d799928aa5bed /usr.bin/mg/main.c | |
parent | b67b06b185a138bc4e48ed340ee4cf1612573e6d (diff) |
toast NO_DIRED #ifdef; ok kjell
Diffstat (limited to 'usr.bin/mg/main.c')
-rw-r--r-- | usr.bin/mg/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c index 2cf9bbd40fe..afdbe7e99a8 100644 --- a/usr.bin/mg/main.c +++ b/usr.bin/mg/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.45 2005/11/18 20:56:53 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.46 2005/11/20 03:24:17 deraadt Exp $ */ /* This file is in the public domain. */ @@ -64,11 +64,9 @@ main(int argc, char **argv) extern void grep_init(void); extern void theo_init(void); extern void mail_init(void); -#ifndef NO_DIRED extern void dired_init(void); dired_init(); -#endif /* !NO_DIRED */ grep_init(); theo_init(); mail_init(); |