diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-08-09 23:14:37 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-08-09 23:14:37 +0000 |
| commit | f0a452186e33d3e144c55af3f4eef7256bd0d880 (patch) | |
| tree | 78bf52933bd789ad1972771b19561a313d016303 /lib | |
| parent | ea79483b07951074aea11afbcb80bf3a582652f0 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libarchive/test/test_write_format_cpio_newc.c | 1 | ||||
| -rw-r--r-- | lib/libarchive/test/test_write_format_cpio_odc.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libarchive/test/test_write_format_cpio_newc.c b/lib/libarchive/test/test_write_format_cpio_newc.c index eec746ba6f4b..9b16e47cceac 100644 --- a/lib/libarchive/test/test_write_format_cpio_newc.c +++ b/lib/libarchive/test/test_write_format_cpio_newc.c @@ -25,6 +25,7 @@ #include "test.h" __FBSDID("$FreeBSD$"); + static int is_hex(const char *p, size_t l) { diff --git a/lib/libarchive/test/test_write_format_cpio_odc.c b/lib/libarchive/test/test_write_format_cpio_odc.c index 94c027b6307b..796dd7eace9a 100644 --- a/lib/libarchive/test/test_write_format_cpio_odc.c +++ b/lib/libarchive/test/test_write_format_cpio_odc.c @@ -25,6 +25,7 @@ #include "test.h" __FBSDID("$FreeBSD$"); + static int is_octal(const char *p, size_t l) { |
