diff options
Diffstat (limited to 'lib/libutil/util.h')
-rw-r--r-- | lib/libutil/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libutil/util.h b/lib/libutil/util.h index a76f425dbc9..aac35cf7360 100644 --- a/lib/libutil/util.h +++ b/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. */ /* |