Date: Mon, 28 Dec 2009 02:26:06 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r201092 - head/lib/libarchive Message-ID: <200912280226.nBS2Q6lu075819@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kientzle Date: Mon Dec 28 02:26:06 2009 New Revision: 201092 URL: http://svn.freebsd.org/changeset/base/201092 Log: Discourage outside use of this internal header. Modified: head/lib/libarchive/archive_string.h Modified: head/lib/libarchive/archive_string.h ============================================================================== --- head/lib/libarchive/archive_string.h Mon Dec 28 02:22:41 2009 (r201091) +++ head/lib/libarchive/archive_string.h Mon Dec 28 02:26:06 2009 (r201092) @@ -26,6 +26,10 @@ * */ +#ifndef __LIBARCHIVE_BUILD +#error This header is only to be used internally to libarchive. +#endif + #ifndef ARCHIVE_STRING_H_INCLUDED #define ARCHIVE_STRING_H_INCLUDED
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912280226.nBS2Q6lu075819>