summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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