Source-Changes-HG archive

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

[src/trunk]: src/sbin/ccdconfig Define __POOL_EXPOSE for this nlist-groveling...



details:   https://anonhg.NetBSD.org/src/rev/2e1e8368cb99
branches:  trunk
changeset: 467983:2e1e8368cb99
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Apr 01 09:12:21 1999 +0000

description:
Define __POOL_EXPOSE for this nlist-groveling program.

diffstat:

 sbin/ccdconfig/ccdconfig.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b4cddce537ac -r 2e1e8368cb99 sbin/ccdconfig/ccdconfig.c
--- a/sbin/ccdconfig/ccdconfig.c        Thu Apr 01 09:02:53 1999 +0000
+++ b/sbin/ccdconfig/ccdconfig.c        Thu Apr 01 09:12:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ccdconfig.c,v 1.26 1999/01/21 08:48:46 thorpej Exp $   */
+/*     $NetBSD: ccdconfig.c,v 1.27 1999/04/01 09:12:21 ross Exp $      */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 __COPYRIGHT(
 "@(#) Copyright (c) 1996, 1997\
        The NetBSD Foundation, Inc.  All rights reserved.");
-__RCSID("$NetBSD: ccdconfig.c,v 1.26 1999/01/21 08:48:46 thorpej Exp $");
+__RCSID("$NetBSD: ccdconfig.c,v 1.27 1999/04/01 09:12:21 ross Exp $");
 #endif
 
 #include <sys/param.h>
@@ -64,6 +64,7 @@
 #include <unistd.h>
 #include <util.h>
 
+#define __POOL_EXPOSE
 #include <dev/ccdvar.h>
 
 #include "pathnames.h"



Home | Main Index | Thread Index | Old Index