Source-Changes-HG archive

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

[src/trunk]: src/sbin/cgdconfig Remove a line that was intended only for my p...



details:   https://anonhg.NetBSD.org/src/rev/b88625fdb9df
branches:  trunk
changeset: 759229:b88625fdb9df
user:      elric <elric%NetBSD.org@localhost>
date:      Thu Dec 02 18:02:58 2010 +0000

description:
Remove a line that was intended only for my personal testing and that
breaks things.

diffstat:

 sbin/cgdconfig/cgdconfig.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 0fc6ef50fe41 -r b88625fdb9df sbin/cgdconfig/cgdconfig.c
--- a/sbin/cgdconfig/cgdconfig.c        Thu Dec 02 17:38:05 2010 +0000
+++ b/sbin/cgdconfig/cgdconfig.c        Thu Dec 02 18:02:58 2010 +0000
@@ -1,6 +1,4 @@
-#define opendisk1(x,y,z,t,u,v) opendisk(x,y,z,t,u)
-
-/* $NetBSD: cgdconfig.c,v 1.30 2010/12/02 04:54:32 elric Exp $ */
+/* $NetBSD: cgdconfig.c,v 1.31 2010/12/02 18:02:58 elric Exp $ */
 
 /*-
  * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -35,7 +33,7 @@
 #ifndef lint
 __COPYRIGHT("@(#) Copyright (c) 2002, 2003\
  The NetBSD Foundation, Inc.  All rights reserved.");
-__RCSID("$NetBSD: cgdconfig.c,v 1.30 2010/12/02 04:54:32 elric Exp $");
+__RCSID("$NetBSD: cgdconfig.c,v 1.31 2010/12/02 18:02:58 elric Exp $");
 #endif
 
 #include <err.h>



Home | Main Index | Thread Index | Old Index