diff options
Diffstat (limited to 'usr.bin/mg/main.c')
-rw-r--r-- | usr.bin/mg/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c index 7dea6f41178..9c2f39b218d 100644 --- a/usr.bin/mg/main.c +++ b/usr.bin/mg/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.17 2002/02/21 00:02:04 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.18 2002/02/21 15:27:29 deraadt Exp $ */ /* * Mainline. @@ -30,9 +30,6 @@ main(argc, argv) { char *cp; -#ifdef SYSINIT - SYSINIT; /* System dependent. */ -#endif /* SYSINIT */ vtinit(); /* Virtual terminal. */ #ifndef NO_DIR dirinit(); /* Get current directory. */ |