summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2006-06-14 02:14:25 +0000
committerkrw <krw@openbsd.org>2006-06-14 02:14:25 +0000
commitc3327cd526b90c223b03ebd7ee4002c11131f1e8 (patch)
tree975a02d22a8dc01941ef7cf9ef21c85e11b3c2b7 /lib/libutil
parentallow mpi to attach to parallel scsi controllers instead of mpt. (diff)
downloadwireguard-openbsd-c3327cd526b90c223b03ebd7ee4002c11131f1e8.tar.xz
wireguard-openbsd-c3327cd526b90c223b03ebd7ee4002c11131f1e8.zip
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@
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/util.h3
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. */
/*