summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpedro <pedro@openbsd.org>2006-09-22 23:03:52 +0000
committerpedro <pedro@openbsd.org>2006-09-22 23:03:52 +0000
commit8ae567882a4eee9609276bd359d64ee9bdc94bfc (patch)
tree18b64ff13d627a52574b944a57f0cb6de9781a3e
parentvariant of Socket 10/100 CF+ ethernet card. (diff)
downloadwireguard-openbsd-8ae567882a4eee9609276bd359d64ee9bdc94bfc.tar.xz
wireguard-openbsd-8ae567882a4eee9609276bd359d64ee9bdc94bfc.zip
Remove B_GATHERED, okay thib@
-rw-r--r--sys/sys/buf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index 559a3fb1596..30e4bfabfd8 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: buf.h,v 1.47 2006/07/11 21:17:58 mickey Exp $ */
+/* $OpenBSD: buf.h,v 1.48 2006/09/22 23:03:52 pedro Exp $ */
/* $NetBSD: buf.h,v 1.25 1997/04/09 21:12:17 mycroft Exp $ */
/*
@@ -151,7 +151,6 @@ struct buf *bufq_default_get(struct bufq *);
#define B_DONE 0x00000200 /* I/O completed. */
#define B_EINTR 0x00000400 /* I/O was interrupted */
#define B_ERROR 0x00000800 /* I/O error occurred. */
-#define B_GATHERED 0x00001000 /* LFS: already in a segment. */
#define B_INVAL 0x00002000 /* Does not contain valid info. */
#define B_LOCKED 0x00004000 /* Locked in core (not reusable). */
#define B_NOCACHE 0x00008000 /* Do not cache block after use. */