Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.sbin/pkg_install/lib Pull up revision 1.3 (requeste...
details: https://anonhg.NetBSD.org/src/rev/2184763636f6
branches: netbsd-1-6
changeset: 529507:2184763636f6
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 24 22:23:41 2002 +0000
description:
Pull up revision 1.3 (requested by jschauma in ticket #1011):
Do not prepend '.' to path when looking for dependencies for a package
specified without any path components. (Pointed out by Takashi Yamamoto)
Rename path_remove_first() to path_prepend_clear().
diffstat:
usr.sbin/pkg_install/lib/path.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r d1b9fdd24186 -r 2184763636f6 usr.sbin/pkg_install/lib/path.h
--- a/usr.sbin/pkg_install/lib/path.h Sun Nov 24 22:23:34 2002 +0000
+++ b/usr.sbin/pkg_install/lib/path.h Sun Nov 24 22:23:41 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: path.h,v 1.1.2.3 2002/11/24 22:22:49 tron Exp $ */
+/* $NetBSD: path.h,v 1.1.2.4 2002/11/24 22:23:41 tron Exp $ */
/*-
* Copyright (c)2002 YAMAMOTO Takashi,
@@ -36,5 +36,5 @@
void path_create(const char *);
void path_free(void);
void path_prepend_from_pkgname(const char *);
-void path_remove_first(void);
+void path_prepend_clear(void);
void path_setenv(const char *);
Home |
Main Index |
Thread Index |
Old Index