diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-04-27 22:51:52 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-04-27 22:51:52 +0000 |
commit | 1b11c13ec312f9f017cd364afb866f81fcec2462 (patch) | |
tree | 5c309bb8ab706488fd53415883079b24c514be60 /usr.bin/ftp/main.c | |
parent | a7fe12b15241d64dfb725abb9a74b5fda6fd637a (diff) |
remove uploading and macros support from install media; to save
some space
discussed with theo, todd@, millert@
tested and looked over by sthen@
Diffstat (limited to 'usr.bin/ftp/main.c')
-rw-r--r-- | usr.bin/ftp/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index d16eadb8b45..32b78c18863 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.75 2009/04/27 21:37:13 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.76 2009/04/27 22:51:51 martynas Exp $ */ /* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */ /* @@ -334,7 +334,9 @@ main(volatile int argc, char *argv[]) if (!retry_connect) break; if (!connected) { +#ifndef SMALL macnum = 0; +#endif /* !SMALL */ fputs("Retrying...\n", ttyout); sleep(retry_connect); } |