Source-Changes-HG archive

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

[src/netbsd-2-0]: src/distrib/utils/sysinst Pull up revision 1.47 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/55bf825e5aa0
branches:  netbsd-2-0
changeset: 561446:55bf825e5aa0
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 09:21:20 2004 +0000

description:
Pull up revision 1.47 (requested by dsl in ticket #493):
Kill etc_saved and the prototype for save_etc()

diffstat:

 distrib/utils/sysinst/upgrade.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 3050b201d035 -r 55bf825e5aa0 distrib/utils/sysinst/upgrade.c
--- a/distrib/utils/sysinst/upgrade.c   Thu Jun 17 09:19:30 2004 +0000
+++ b/distrib/utils/sysinst/upgrade.c   Thu Jun 17 09:21:20 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: upgrade.c,v 1.44.2.3 2004/06/17 09:17:34 tron Exp $    */
+/*     $NetBSD: upgrade.c,v 1.44.2.4 2004/06/17 09:21:20 tron Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -48,12 +48,9 @@
 /*
  * local prototypes
  */
-static int save_etc(void);
 static int save_X(void);
 static int merge_X(void);
 
-static int etc_saved;
-
 /*
  * Do the system upgrade.
  */



Home | Main Index | Thread Index | Old Index