diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-06-02 21:46:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-06-02 21:46:17 +0000 |
commit | c51545ca9a7e9c95c79b6347018c0f05489d523e (patch) | |
tree | 83fb03a28feb25d7b9eb8552ac018f7c3a95c46d | |
parent | 93bbff0bcb8060d02667b2018260c5468cd0e475 (diff) |
Remove unused fields from struct filestat
-rw-r--r-- | usr.bin/fstat/fstat.h | 4 |
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; }; /* |