summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/extern.h
diff options
context:
space:
mode:
authormartynas <martynas@openbsd.org>2008-06-25 21:15:19 +0000
committermartynas <martynas@openbsd.org>2008-06-25 21:15:19 +0000
commit29ab52589bbbeb59d29fd522157b39f41f05524f (patch)
tree84376c59a6f3755feb13e41eaffbb9f8c95b842b /usr.bin/ftp/extern.h
parentSupport the Intel G35 which apparently works similarly to the 965. (diff)
downloadwireguard-openbsd-29ab52589bbbeb59d29fd522157b39f41f05524f.tar.xz
wireguard-openbsd-29ab52589bbbeb59d29fd522157b39f41f05524f.zip
in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm
able to continue multiple transfers with -C; ok millert@ while here fix some comments (!SMALL vs. SMALL stuff), and add missing
Diffstat (limited to 'usr.bin/ftp/extern.h')
-rw-r--r--usr.bin/ftp/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h
index d26150b805b..7d3c32368e9 100644
--- a/usr.bin/ftp/extern.h
+++ b/usr.bin/ftp/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.33 2008/06/25 18:07:00 martynas Exp $ */
+/* $OpenBSD: extern.h,v 1.34 2008/06/25 21:15:19 martynas Exp $ */
/* $NetBSD: extern.h,v 1.17 1997/08/18 10:20:19 lukem Exp $ */
/*
@@ -195,7 +195,7 @@ void user(int, char **);
int ruserpass(const char *, char **, char **, char **);
void cookie_load(void);
void cookie_get(const char *, const char *, int, char **);
-#endif
+#endif /* !SMALL */
extern jmp_buf abortprox;