Source-Changes-HG archive

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

[src/trunk]: src/sys/conf g.c. now-unneeded variable declarations (cfree, swb...



details:   https://anonhg.NetBSD.org/src/rev/18a033036bc6
branches:  trunk
changeset: 473094:18a033036bc6
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu May 20 05:35:28 1999 +0000

description:
g.c. now-unneeded variable declarations (cfree, swbuf, utsname

diffstat:

 sys/conf/param.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 3c24d5bbc2eb -r 18a033036bc6 sys/conf/param.c
--- a/sys/conf/param.c  Thu May 20 05:32:06 1999 +0000
+++ b/sys/conf/param.c  Thu May 20 05:35:28 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.c,v 1.29 1999/04/26 21:53:59 thorpej Exp $       */
+/*     $NetBSD: param.c,v 1.30 1999/05/20 05:35:28 cgd Exp $   */
 
 /*
  * Copyright (c) 1980, 1986, 1989 Regents of the University of California.
@@ -180,12 +180,9 @@
  * (if they've been externed everywhere else; hah!).
  */
 struct         callout *callout;
-struct cblock *cfree;
-struct buf *buf, *swbuf;
+struct buf *buf;
 char   *buffers;
 
-struct utsname utsname;
-
 /*
  * These control when and to what priority a process gets after a certain
  * amount of CPU time expires.  AUTONICETIME is in seconds.



Home | Main Index | Thread Index | Old Index