summaryrefslogtreecommitdiff
path: root/net/tnftp/files/src/progressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tnftp/files/src/progressbar.h')
-rw-r--r--net/tnftp/files/src/progressbar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tnftp/files/src/progressbar.h b/net/tnftp/files/src/progressbar.h
index 0272ef0d3ad..6ff6822143f 100644
--- a/net/tnftp/files/src/progressbar.h
+++ b/net/tnftp/files/src/progressbar.h
@@ -1,8 +1,8 @@
-/* $NetBSD: progressbar.h,v 1.5 2008/04/29 05:46:09 martin Exp $ */
-/* from NetBSD: progressbar.h,v 1.5 2005/02/10 16:00:38 jmc Exp */
+/* $NetBSD: progressbar.h,v 1.6 2014/10/31 18:59:33 spz Exp $ */
+/* from NetBSD: progressbar.h,v 1.8 2009/04/12 10:18:52 lukem Exp */
/*-
- * Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
+ * Copyright (c) 1996-2009 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -60,7 +60,7 @@ GLOBAL int fromatty; /* input is from a terminal */
GLOBAL int verbose; /* print messages coming back from server */
GLOBAL int quit_time; /* maximum time to wait if stalled */
-GLOBAL char *direction; /* direction transfer is occurring */
+GLOBAL const char *direction; /* direction transfer is occurring */
GLOBAL sigjmp_buf toplevel; /* non-local goto stuff for cmd scanner */
#endif /* !STANDALONE_PROGRESS */