Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/pkg_install/lib Pull up 1.21-1.23:



details:   https://anonhg.NetBSD.org/src/rev/58170e2f8574
branches:  netbsd-1-4
changeset: 469275:58170e2f8574
user:      he <he%NetBSD.org@localhost>
date:      Sun Aug 22 18:14:29 1999 +0000

description:
Pull up 1.21-1.23:
  Clean up URL handling and some other code.  (hubertf)

diffstat:

 usr.sbin/pkg_install/lib/lib.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d41104eb3f5d -r 58170e2f8574 usr.sbin/pkg_install/lib/lib.h
--- a/usr.sbin/pkg_install/lib/lib.h    Sun Aug 22 18:12:49 1999 +0000
+++ b/usr.sbin/pkg_install/lib/lib.h    Sun Aug 22 18:14:29 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.21 1999/03/22 05:02:41 hubertf Exp $ */
+/* $NetBSD: lib.h,v 1.21.2.1 1999/08/22 18:14:29 he Exp $ */
 
 /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
 
@@ -187,7 +187,7 @@
 Boolean                isemptyfile(char *fname);
 Boolean         isfile(char *);
 Boolean                isempty(char *);
-Boolean                isURL(char *);
+int            URLlength(char *);
 char           *fileGetURL(char *, char *);
 char           *fileURLFilename(char *, char *, int);
 char           *fileURLHost(char *, char *, int);
@@ -197,7 +197,6 @@
 void           write_file(char *, char *);
 void           copy_file(char *, char *, char *);
 void           move_file(char *, char *, char *);
-void           copy_hierarchy(char *, char *, Boolean);
 int            delete_hierarchy(char *, Boolean, Boolean);
 int            unpack(char *, char *);
 void           format_cmd(char *, size_t , char *, char *, char *);



Home | Main Index | Thread Index | Old Index