Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config Remove cf_swap, which hasn't been used in a l...



details:   https://anonhg.NetBSD.org/src/rev/e74fb0f5168d
branches:  trunk
changeset: 777966:e74fb0f5168d
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Mar 11 05:31:37 2012 +0000

description:
Remove cf_swap, which hasn't been used in a long time.

diffstat:

 usr.bin/config/defs.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c37863df7b8a -r e74fb0f5168d usr.bin/config/defs.h
--- a/usr.bin/config/defs.h     Sun Mar 11 02:56:25 2012 +0000
+++ b/usr.bin/config/defs.h     Sun Mar 11 05:31:37 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.36 2012/03/10 21:53:38 dholland Exp $       */
+/*     $NetBSD: defs.h,v 1.37 2012/03/11 05:31:37 dholland Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -135,7 +135,6 @@
        int     cf_lineno;              /* source line */
        const char *cf_fstype;          /* file system type */
        struct  nvlist *cf_root;        /* "root on ra0a" */
-       struct  nvlist *cf_swap;        /* "swap on ra0b and ra1b" */
        struct  nvlist *cf_dump;        /* "dumps on ra0b" */
 };
 



Home | Main Index | Thread Index | Old Index