Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Kill etc_saved and the prototype for s...



details:   https://anonhg.NetBSD.org/src/rev/694155155f49
branches:  trunk
changeset: 566855:694155155f49
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sat May 22 17:38:26 2004 +0000

description:
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 1a549c0a4af4 -r 694155155f49 distrib/utils/sysinst/upgrade.c
--- a/distrib/utils/sysinst/upgrade.c   Sat May 22 17:31:37 2004 +0000
+++ b/distrib/utils/sysinst/upgrade.c   Sat May 22 17:38:26 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: upgrade.c,v 1.46 2004/05/22 17:31:37 dsl Exp $ */
+/*     $NetBSD: upgrade.c,v 1.47 2004/05/22 17:38:26 dsl 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