From a85347343d208c114eac0d41a42ce83c1f16c36e Mon Sep 17 00:00:00 2001 From: krw <> Date: Wed, 14 Jun 2006 02:14:25 +0000 Subject: [PATCH] Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long marked obsolete since the opendev() behaviour it turned on is now the default. 'it can go' deraadt@ 'no API of mine has ever made it into a standard' downsj@ --- src/lib/libutil/util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libutil/util.h b/src/lib/libutil/util.h index a76f425d..aac35cf7 100644 --- a/src/lib/libutil/util.h +++ b/src/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.26 2004/07/13 21:09:48 millert Exp $ */ +/* $OpenBSD: util.h,v 1.27 2006/06/14 02:14:25 krw Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -50,7 +50,6 @@ * opendev() specific operation flags. */ #define OPENDEV_PART 0x01 /* Try to open the raw partition. */ -#define OPENDEV_DRCT 0x02 /* Obsolete (now default behavior). */ #define OPENDEV_BLCK 0x04 /* Open block, not character device. */ /*