diff options
author | lum <lum@cvs.openbsd.org> | 2012-04-12 04:48:00 +0000 |
---|---|---|
committer | lum <lum@cvs.openbsd.org> | 2012-04-12 04:48:00 +0000 |
commit | 7200ab5d40d844be49e9364bb1b12a79825463bf (patch) | |
tree | ba4ee06e33ddd0c5881ff3713836a57f4f292096 /usr.bin/mg/fileio.c | |
parent | 7d06e61d1ef69a6ce67fca8bfcec4eb20ec259a0 (diff) |
Remove the conditional directives NO_MACRO and NO_STARTUP.
They have not compiled for numerous years.
ok kjell@ millert@
Diffstat (limited to 'usr.bin/mg/fileio.c')
-rw-r--r-- | usr.bin/mg/fileio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mg/fileio.c b/usr.bin/mg/fileio.c index fec2b99fa8d..53b2acb8d65 100644 --- a/usr.bin/mg/fileio.c +++ b/usr.bin/mg/fileio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fileio.c,v 1.86 2012/03/28 17:16:53 lum Exp $ */ +/* $OpenBSD: fileio.c,v 1.87 2012/04/12 04:47:59 lum Exp $ */ /* This file is in the public domain. */ @@ -336,7 +336,6 @@ adjustname(const char *fn, int slashslash) return (fnb); } -#ifndef NO_STARTUP /* * Find a startup file for the user and return its name. As a service * to other pieces of code that may want to find a startup file (like @@ -383,7 +382,6 @@ nohome: #endif /* STARTUPFILE */ return (NULL); } -#endif /* !NO_STARTUP */ int copy(char *frname, char *toname) |