summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-09-22 23:29:46 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-09-22 23:29:46 +0000
commit305edaa39b43e3e2ecfffd78052c8ac08532a14f (patch)
tree1f57cd3567a74a394ca050c4f853025df2e4cef7 /sys
parent28987204bc1c2e8de7e973dcab1871e887297931 (diff)
missed B_GATHERED bits removal
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/buf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index 30e4bfabfd8..d5a78d2c937 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: buf.h,v 1.48 2006/09/22 23:03:52 pedro Exp $ */
+/* $OpenBSD: buf.h,v 1.49 2006/09/22 23:29:45 mickey Exp $ */
/* $NetBSD: buf.h,v 1.25 1997/04/09 21:12:17 mycroft Exp $ */
/*
@@ -170,7 +170,7 @@ struct buf *bufq_default_get(struct bufq *);
#define B_PDAEMON 0x10000000 /* I/O started by pagedaemon */
#define B_BITS "\010\001AGE\002NEEDCOMMIT\003ASYNC\004BAD\005BUSY\006CACHE" \
- "\007CALL\010DELWRI\011DIRTY\012DONE\013EINTR\014ERROR\015GATHERED" \
+ "\007CALL\010DELWRI\011DIRTY\012DONE\013EINTR\014ERROR" \
"\016INVAL\017LOCKED\020NOCACHE\021PAGET\022PGIN\023PHYS\024RAW\025READ" \
"\026TAPE\027UAREA\030WANTED\031WRITEINPROG\032XXX\033DEFERRED" \
"\034SCANNED\035PDAEMON"