summaryrefslogtreecommitdiff
path: root/usr.bin/mg/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/fileio.c')
-rw-r--r--usr.bin/mg/fileio.c4
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)