Source-Changes-HG archive

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

[src/chs-ubc2]: src/sys/sys VSIZENOTSET is a voff_t, not a vsize_t.



details:   https://anonhg.NetBSD.org/src/rev/b3c146665ea8
branches:  chs-ubc2
changeset: 471459:b3c146665ea8
user:      chs <chs%NetBSD.org@localhost>
date:      Wed Aug 11 05:42:52 1999 +0000

description:
VSIZENOTSET is a voff_t, not a vsize_t.

diffstat:

 sys/sys/vnode.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b462d2242003 -r b3c146665ea8 sys/sys/vnode.h
--- a/sys/sys/vnode.h   Wed Aug 11 05:41:40 1999 +0000
+++ b/sys/sys/vnode.h   Wed Aug 11 05:42:52 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode.h,v 1.59.4.3 1999/08/02 22:56:00 thorpej Exp $   */
+/*     $NetBSD: vnode.h,v 1.59.4.4 1999/08/11 05:42:52 chs Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -155,7 +155,7 @@
 #define VLAYER         0x2000  /* vnode is on a layer filesystem */
 #define VDIRTY         0x4000  /* vnode possibly has dirty pages */
 
-#define VSIZENOTSET    ((vsize_t)-1)
+#define VSIZENOTSET    ((voff_t)-1)
 
 /*
  * Vnode attributes.  A field value of VNOVAL represents a field whose value



Home | Main Index | Thread Index | Old Index