Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/pkg_install/lib Pull up revision 1.9 (requeste...
details: https://anonhg.NetBSD.org/src/rev/5eaa1dd78793
branches: netbsd-1-5
changeset: 492845:5eaa1dd78793
user: he <he%NetBSD.org@localhost>
date: Sat Feb 23 18:14:23 2002 +0000
description:
Pull up revision 1.9 (requested by seb):
Synchronize with recent developments:
o Various internal cleanups, bugfixes, and API tweaks
diffstat:
usr.sbin/pkg_install/lib/pkgdb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 78ac058197ef -r 5eaa1dd78793 usr.sbin/pkg_install/lib/pkgdb.c
--- a/usr.sbin/pkg_install/lib/pkgdb.c Sat Feb 23 18:13:56 2002 +0000
+++ b/usr.sbin/pkg_install/lib/pkgdb.c Sat Feb 23 18:14:23 2002 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: pkgdb.c,v 1.7.2.1 2001/03/20 18:13:43 he Exp $ */
+/* $NetBSD: pkgdb.c,v 1.7.2.2 2002/02/23 18:14:23 he Exp $ */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: pkgdb.c,v 1.7.2.1 2001/03/20 18:13:43 he Exp $");
+__RCSID("$NetBSD: pkgdb.c,v 1.7.2.2 2002/02/23 18:14:23 he Exp $");
#endif
/*
@@ -150,7 +150,7 @@
* Return value as ypdb_delete:
* 0: everything ok
* 1: key not present
- * -1: some error occured (see errno)
+ * -1: some error occurred (see errno)
*/
int
pkgdb_remove(const char *key)
Home |
Main Index |
Thread Index |
Old Index