svn commit: r201092 - head/lib/libarchive

Tim Kientzle kientzle at FreeBSD.org
Mon Dec 28 02:26:07 UTC 2009


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
 


More information about the svn-src-head mailing list