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 revision 1.6:



details:   https://anonhg.NetBSD.org/src/rev/c0f4cdef6c7c
branches:  netbsd-1-4
changeset: 469390:c0f4cdef6c7c
user:      he <he%NetBSD.org@localhost>
date:      Mon Sep 13 22:25:50 1999 +0000

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

diffstat:

 usr.sbin/pkg_install/lib/global.c |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 4cbe8beaba29 -r c0f4cdef6c7c usr.sbin/pkg_install/lib/global.c
--- a/usr.sbin/pkg_install/lib/global.c Mon Sep 13 22:24:11 1999 +0000
+++ b/usr.sbin/pkg_install/lib/global.c Mon Sep 13 22:25:50 1999 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: global.c,v 1.5 1998/10/09 09:22:17 agc Exp $   */
+/*     $NetBSD: global.c,v 1.5.2.1 1999/09/13 22:25:50 he Exp $        */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static const char *rcsid = "from FreeBSD Id: global.c,v 1.6 1997/10/08 07:47:58 charnier Exp";
 #else
-__RCSID("$NetBSD: global.c,v 1.5 1998/10/09 09:22:17 agc Exp $");
+__RCSID("$NetBSD: global.c,v 1.5.2.1 1999/09/13 22:25:50 he Exp $");
 #endif
 #endif
 
@@ -33,8 +33,6 @@
 #include "lib.h"
 
 /* These are global for all utils */
-Boolean        Verbose         = FALSE;
-Boolean        Fake            = FALSE;
-Boolean        Force           = FALSE;
-
-
+Boolean Verbose = FALSE;
+Boolean Fake = FALSE;
+Boolean Force = FALSE;



Home | Main Index | Thread Index | Old Index