Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ccdconfig namespace sanity: no need to include <sys/dev...
details: https://anonhg.NetBSD.org/src/rev/d60c237e322e
branches: trunk
changeset: 584095:d60c237e322e
user: drochner <drochner%NetBSD.org@localhost>
date: Thu Sep 08 14:50:02 2005 +0000
description:
namespace sanity: no need to include <sys/device.h>
diffstat:
sbin/ccdconfig/ccdconfig.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r ae0c36a25437 -r d60c237e322e sbin/ccdconfig/ccdconfig.c
--- a/sbin/ccdconfig/ccdconfig.c Thu Sep 08 11:46:21 2005 +0000
+++ b/sbin/ccdconfig/ccdconfig.c Thu Sep 08 14:50:02 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ccdconfig.c,v 1.40 2005/01/20 15:49:24 xtraeme Exp $ */
+/* $NetBSD: ccdconfig.c,v 1.41 2005/09/08 14:50:02 drochner Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -41,13 +41,12 @@
__COPYRIGHT(
"@(#) Copyright (c) 1996, 1997\
The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$NetBSD: ccdconfig.c,v 1.40 2005/01/20 15:49:24 xtraeme Exp $");
+__RCSID("$NetBSD: ccdconfig.c,v 1.41 2005/09/08 14:50:02 drochner Exp $");
#endif
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/disklabel.h>
-#include <sys/device.h>
#include <sys/disk.h>
#include <sys/stat.h>
#include <sys/sysctl.h>
Home |
Main Index |
Thread Index |
Old Index