pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/pax/files Fix a call to ftree_add. s/NULL/0/
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c4adc7374d1
branches: trunk
changeset: 464268:4c4adc7374d1
user: erh <erh%pkgsrc.org@localhost>
date: Fri Dec 05 16:34:32 2003 +0000
description:
Fix a call to ftree_add. s/NULL/0/
diffstat:
archivers/pax/files/options.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 51b4879978cd -r 4c4adc7374d1 archivers/pax/files/options.c
--- a/archivers/pax/files/options.c Fri Dec 05 15:52:55 2003 +0000
+++ b/archivers/pax/files/options.c Fri Dec 05 16:34:32 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: options.c,v 1.3 2003/09/05 18:40:53 jlam Exp $ */
+/* $NetBSD: options.c,v 1.4 2003/12/05 16:34:32 erh Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -78,7 +78,7 @@
#if 0
static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94";
#else
-__RCSID("$NetBSD: options.c,v 1.3 2003/09/05 18:40:53 jlam Exp $");
+__RCSID("$NetBSD: options.c,v 1.4 2003/12/05 16:34:32 erh Exp $");
#endif
#endif /* not lint */
@@ -1739,7 +1739,7 @@
*/
maxflt = 0;
while ((str = getline(stdin)) != NULL) {
- ftree_add(str, NULL);
+ ftree_add(str, 0);
}
if (getline_error) {
tty_warn(1, "Problem while reading stdin");
Home |
Main Index |
Thread Index |
Old Index