diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2009-12-28 02:18:26 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2009-12-28 02:18:26 +0000 |
| commit | 8ead7c052b1d890bc04d700093f8767d47d3b11c (patch) | |
| tree | c96e3a9aad7ca8f6b35da8c43cd39d0ad2f2b91e | |
| parent | ee674fd0b962c9d51631969a0574ec310bb7c190 (diff) | |
Notes
| -rw-r--r-- | lib/libarchive/filter_fork.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libarchive/filter_fork.h b/lib/libarchive/filter_fork.h index d34ae22c36c1..77ff71b1534f 100644 --- a/lib/libarchive/filter_fork.h +++ b/lib/libarchive/filter_fork.h @@ -25,6 +25,10 @@ * $FreeBSD$ */ +#ifndef __LIBARCHIVE_BUILD +#error This header is only to be used internally to libarchive. +#endif + #ifndef FILTER_FORK_H #define FILTER_FORK_H |
