diff options
author | kientzle <kientzle@FreeBSD.org> | 2008-07-05 02:09:13 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2008-07-05 02:09:13 +0000 |
commit | 2d4fd5afbdd8071c160d1312834a180ae9efada1 (patch) | |
tree | a8f156c68c920bbb1ad122129a39e1be2bf733ec /usr.bin | |
parent | b6902abe6c50be92329d9dabacbd2dbb135539d4 (diff) | |
download | FreeBSD-src-2d4fd5afbdd8071c160d1312834a180ae9efada1.zip FreeBSD-src-2d4fd5afbdd8071c160d1312834a180ae9efada1.tar.gz |
Remove HAVE_STRUCT_STAT_ST_RDEV, as it's not used anywhere.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tar/config_freebsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tar/config_freebsd.h b/usr.bin/tar/config_freebsd.h index c25430c..cbbe2a5 100644 --- a/usr.bin/tar/config_freebsd.h +++ b/usr.bin/tar/config_freebsd.h @@ -91,7 +91,6 @@ #define HAVE_STRRCHR 1 #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1 -#define HAVE_STRUCT_STAT_ST_RDEV 1 #define HAVE_SYS_ACL_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 |