From e4c04edb68c34124f610e671087ec3beaa5f3c3c Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sun, 2 Aug 2009 17:46:39 -0400 Subject: [PATCH] Minor FreeBSD build fixes. SVN-Revision: 1316 --- cpio/config_freebsd.h | 2 +- cpio/test/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpio/config_freebsd.h b/cpio/config_freebsd.h index f676cf2c9..11d5b6da9 100644 --- a/cpio/config_freebsd.h +++ b/cpio/config_freebsd.h @@ -29,6 +29,7 @@ #include /* __FreeBSD_version */ +#define HAVE_DIRENT_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FUTIMES 1 @@ -39,7 +40,6 @@ #define HAVE_STDARG_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 -#undef HAVE_SYS_MKDEV_H #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 diff --git a/cpio/test/Makefile b/cpio/test/Makefile index 5d09b97b9..f0bc4344f 100644 --- a/cpio/test/Makefile +++ b/cpio/test/Makefile @@ -10,6 +10,7 @@ CPIO_SRCS= cmdline.c err.c pathmatch.c TESTS= \ test_0.c \ test_basic.c \ + test_cmdline.c \ test_format_newc.c \ test_gcpio_compat.c \ test_option_B_upper.c \ -- 2.47.3