summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/cookie.c
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2008-06-25 21:15:20 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2008-06-25 21:15:20 +0000
commita85feb9cc10f0895358f0a480a20d3283a3ef3f2 (patch)
tree39af1f7c2f124ca6e163371f62f58c79ae59fd95 /usr.bin/ftp/cookie.c
parentc2d7eefaed6e79700d108fc23ad79d240836de16 (diff)
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/cookie.c')
-rw-r--r--usr.bin/ftp/cookie.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/cookie.c b/usr.bin/ftp/cookie.c
index 1feb920c03e..18fbb711b3d 100644
--- a/usr.bin/ftp/cookie.c
+++ b/usr.bin/ftp/cookie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cookie.c,v 1.2 2007/10/08 18:39:37 pyr Exp $ */
+/* $OpenBSD: cookie.c,v 1.3 2008/06/25 21:15:19 martynas Exp $ */
/*
* Copyright (c) 2007 Pierre-Yves Ritschard <pyr@openbsd.org>
*
@@ -225,4 +225,4 @@ cookie_get(const char *domain, const char *path, int secure, char **pstr)
*pstr = str;
}
-#endif /* ! SMALL */
+#endif /* !SMALL */