Module Name: othersrc
Committed By: lukem
Date: Tue Jan 12 06:58:57 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp: ChangeLog
Log Message:
release as tnftp 20100108
onoff() rename "bool" argument
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 othersrc/usr.bin/tnftp/ChangeLog
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/tnftp/ChangeLog
diff -u othersrc/usr.bin/tnftp/ChangeLog:1.57 othersrc/usr.bin/tnftp/ChangeLog:1.58
--- othersrc/usr.bin/tnftp/ChangeLog:1.57 Tue Jan 5 09:15:33 2010
+++ othersrc/usr.bin/tnftp/ChangeLog Tue Jan 12 06:58:57 2010
@@ -1,11 +1,17 @@
-$NetBSD: ChangeLog,v 1.57 2010/01/05 09:15:33 lukem Exp $
+$NetBSD: ChangeLog,v 1.58 2010/01/12 06:58:57 lukem Exp $
+
+Tue Jan 12 06:58:15 UTC 2010 lukem
+
+ * Release as "tnftp 20100108"
+
+ * Rename onoff() argument "bool" to "val".
Tue Jan 5 09:12:01 UTC 2010 lukem
* If ARG_MAX isn't defined, use the result from sysconf(_SC_ARG_MAX).
Fixes build when using newer glibc.
- * Add libnetbsd.la to the LIBADD.
+ * Add libnetbsd.la to the LIBADD for libedit.
Fix provided by Adam Sampson.
Mon Jan 4 06:28:07 UTC 2010 lukem