summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2009-06-02 21:46:17 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2009-06-02 21:46:17 +0000
commitc51545ca9a7e9c95c79b6347018c0f05489d523e (patch)
tree83fb03a28feb25d7b9eb8552ac018f7c3a95c46d
parent93bbff0bcb8060d02667b2018260c5468cd0e475 (diff)
Remove unused fields from struct filestat
-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;
};
/*