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/info Pull up revision 1.11:



details:   https://anonhg.NetBSD.org/src/rev/6aa2a90c477a
branches:  netbsd-1-4
changeset: 469384:6aa2a90c477a
user:      he <he%NetBSD.org@localhost>
date:      Mon Sep 13 22:10:48 1999 +0000

description:
Pull up revision 1.11:
  Bring closer to /usr/share/misc/style with the aid of indent(1).  (hubertf)

diffstat:

 usr.sbin/pkg_install/info/info.h |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 0d3860345d85 -r 6aa2a90c477a usr.sbin/pkg_install/info/info.h
--- a/usr.sbin/pkg_install/info/info.h  Mon Sep 13 22:09:03 1999 +0000
+++ b/usr.sbin/pkg_install/info/info.h  Mon Sep 13 22:10:48 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: info.h,v 1.9.2.1 1999/08/22 17:59:05 he Exp $ */
+/* $NetBSD: info.h,v 1.9.2.2 1999/09/13 22:10:48 he Exp $ */
 
 /* from FreeBSD Id: info.h,v 1.10 1997/02/22 16:09:40 peter Exp */
 
@@ -60,11 +60,11 @@
 extern size_t termwidth;
 extern lpkg_head_t pkgs;
 
-extern void    show_file(char *, char *);
-extern void    show_plist(char *, package_t *, pl_ent_t);
-extern void    show_files(char *, package_t *);
-extern void    show_depends(char *, package_t *);
-extern void    show_index(char *, char *);
-extern int     find_fn(const char *pkg, char *data);
+extern void show_file(char *, char *);
+extern void show_plist(char *, package_t *, pl_ent_t);
+extern void show_files(char *, package_t *);
+extern void show_depends(char *, package_t *);
+extern void show_index(char *, char *);
+extern int find_fn(const char *pkg, char *data);
 
-#endif /* _INST_INFO_H_INCLUDE */
+#endif                         /* _INST_INFO_H_INCLUDE */



Home | Main Index | Thread Index | Old Index