Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys 5 comes after 4



details:   https://anonhg.NetBSD.org/src/rev/4f23b46c1f6e
branches:  trunk
changeset: 825665:4f23b46c1f6e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jul 27 10:03:38 2017 +0000

description:
5 comes after 4

diffstat:

 sys/sys/extent.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 257277c889b2 -r 4f23b46c1f6e sys/sys/extent.h
--- a/sys/sys/extent.h  Thu Jul 27 10:03:10 2017 +0000
+++ b/sys/sys/extent.h  Thu Jul 27 10:03:38 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: extent.h,v 1.23 2017/07/27 09:27:11 skrll Exp $        */
+/*     $NetBSD: extent.h,v 1.24 2017/07/27 10:03:38 skrll Exp $        */
 
 /*-
  * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@@ -84,8 +84,8 @@
 #define EX_CATCH       __BIT(2)        /* catch signals while sleeping */
 #define EX_NOCOALESCE  __BIT(3)        /* create a non-coalescing extent */
 #define EX_MALLOCOK    __BIT(4)        /* safe to call kmem_alloc() */
-#define EX_WAITSPACE   __BIT(6)        /* wait for space to become free */
-#define EX_BOUNDZERO   __BIT(7)        /* boundary lines start at 0 */
+#define EX_WAITSPACE   __BIT(5)        /* wait for space to become free */
+#define EX_BOUNDZERO   __BIT(6)        /* boundary lines start at 0 */
 
 /*
  * Special place holders for "alignment" and "boundary" arguments,



Home | Main Index | Thread Index | Old Index