summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fstat/fstat.h')
-rw-r--r--usr.bin/fstat/fstat.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/fstat/fstat.h b/usr.bin/fstat/fstat.h
index 6274ec1d259..a3c2aa1ac54 100644
--- a/usr.bin/fstat/fstat.h
+++ b/usr.bin/fstat/fstat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstat.h,v 1.4 2006/03/26 17:47:11 mickey Exp $ */
+/* $OpenBSD: fstat.h,v 1.5 2009/06/02 21:46:16 millert Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -35,8 +35,6 @@ struct filestat {
mode_t mode;
dev_t rdev;
u_int64_t size;
- u_int64_t xfers;
- u_int64_t kbytes;
};
/*