diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-21 15:27:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-21 15:27:30 +0000 |
commit | ae56e1b2dcb5b46688524346a1d7321f1834501b (patch) | |
tree | 2839e8d2a17705d3ddeab3863da3f959b02f2d95 /usr.bin/mg/main.c | |
parent | f9a150bd5925e830c0913f1419603d4724f08a01 (diff) |
KNF
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. */ |