summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2008-12-02 10:39:47 +0000
committerpeter <peter@FreeBSD.org>2008-12-02 10:39:47 +0000
commit7332cb8d3bd950d0a194924c1d866b3f7f03a546 (patch)
tree17a69883cfb5e5c555b3063e94e47a968a469b4d /sys
parent1a56ba723d173120c6f79c5dfcdc8f30b41d2498 (diff)
downloadFreeBSD-src-7332cb8d3bd950d0a194924c1d866b3f7f03a546.zip
FreeBSD-src-7332cb8d3bd950d0a194924c1d866b3f7f03a546.tar.gz
kf_offset was supposed to be signed.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index 93a78d3..f111944 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -316,7 +316,7 @@ struct kinfo_file {
int kf_ref_count; /* Reference count. */
int kf_flags; /* Flags. */
int _kf_pad0; /* Round to 64 bit alignment */
- uint64_t kf_offset; /* Seek location. */
+ int64_t kf_offset; /* Seek location. */
int kf_vnode_type; /* Vnode type. */
int kf_sock_domain; /* Socket domain. */
int kf_sock_type; /* Socket type. */
OpenPOWER on IntegriCloud