summaryrefslogtreecommitdiff
path: root/sys/nfs/nfsrtt.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-21 14:42:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-21 14:42:33 +0000
commit094850540557d7f50e6c053d237a3c69c52bb824 (patch)
tree2c6d685633ad4f04e655cd6e24c2d91910a128d2 /sys/nfs/nfsrtt.h
parentb3d4450990731f9632e4ce31ac0d6a907638c76b (diff)
from cgd; handle 64-bit pointers and longs
Diffstat (limited to 'sys/nfs/nfsrtt.h')
-rw-r--r--sys/nfs/nfsrtt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfsrtt.h b/sys/nfs/nfsrtt.h
index d455f85128a..a8bfc8b8b90 100644
--- a/sys/nfs/nfsrtt.h
+++ b/sys/nfs/nfsrtt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: nfsrtt.h,v 1.2 1994/06/29 06:42:37 cgd Exp $ */
+/* $NetBSD: nfsrtt.h,v 1.3 1995/12/19 23:08:05 cgd Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -91,7 +91,7 @@ struct nfsdrt {
struct drt {
int flag; /* Bits as defined above */
int proc; /* NFS procedure number */
- u_long ipadr; /* IP address of client */
+ u_int32_t ipadr; /* IP address of client */
int resptime; /* Response time (usec) */
struct timeval tstamp; /* Timestamp of log entry */
} drt[NFSRTTLOGSIZ];