diff options
author | kientzle <kientzle@FreeBSD.org> | 2008-07-05 05:15:07 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2008-07-05 05:15:07 +0000 |
commit | e9f8012461c70ba938600758f9d546bc6a43d220 (patch) | |
tree | 9141cff81b6b846157a34b8a43eca5e1ce612ad4 /usr.bin/cpio | |
parent | 3cb98619294d8b67e2dd12a5c973026962787d48 (diff) | |
download | FreeBSD-src-e9f8012461c70ba938600758f9d546bc6a43d220.zip FreeBSD-src-e9f8012461c70ba938600758f9d546bc6a43d220.tar.gz |
Remove an unused define.
Diffstat (limited to 'usr.bin/cpio')
-rw-r--r-- | usr.bin/cpio/config_freebsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/cpio/config_freebsd.h b/usr.bin/cpio/config_freebsd.h index 086b77a..992c850 100644 --- a/usr.bin/cpio/config_freebsd.h +++ b/usr.bin/cpio/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 |