Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pkg_install/lib Fix obvious typo in previous commit...
details: https://anonhg.NetBSD.org/src/rev/e4f1b51a2c90
branches: trunk
changeset: 485519:e4f1b51a2c90
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sun Apr 30 07:57:45 2000 +0000
description:
Fix obvious typo in previous commit. This could not possibly compile.
diffstat:
usr.sbin/pkg_install/lib/plist.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2f237dd1504c -r e4f1b51a2c90 usr.sbin/pkg_install/lib/plist.c
--- a/usr.sbin/pkg_install/lib/plist.c Sun Apr 30 05:49:10 2000 +0000
+++ b/usr.sbin/pkg_install/lib/plist.c Sun Apr 30 07:57:45 2000 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: plist.c,v 1.25 2000/04/29 22:39:58 hubertf Exp $ */
+/* $NetBSD: plist.c,v 1.26 2000/04/30 07:57:45 mycroft Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char *rcsid = "from FreeBSD Id: plist.c,v 1.24 1997/10/08 07:48:15 charnier Exp";
#else
-__RCSID("$NetBSD: plist.c,v 1.25 2000/04/29 22:39:58 hubertf Exp $");
+__RCSID("$NetBSD: plist.c,v 1.26 2000/04/30 07:57:45 mycroft Exp $");
#endif
#endif
@@ -439,7 +439,7 @@
}
} else {
warnx("cannot remove non-existant directory `%s'\n"
- "this packing list is incorrect - ignoring delete request", tmp)
+ "this packing list is incorrect - ignoring delete request", tmp);
}
last_file = p->name;
break;
Home |
Main Index |
Thread Index |
Old Index