svn commit: r201087 - head/lib/libarchive

Tim Kientzle kientzle at FreeBSD.org
Mon Dec 28 02:18:27 UTC 2009


Author: kientzle
Date: Mon Dec 28 02:18:26 2009
New Revision: 201087
URL: http://svn.freebsd.org/changeset/base/201087

Log:
  Enforce this as an internal-only header.

Modified:
  head/lib/libarchive/filter_fork.h

Modified: head/lib/libarchive/filter_fork.h
==============================================================================
--- head/lib/libarchive/filter_fork.h	Mon Dec 28 02:17:53 2009	(r201086)
+++ head/lib/libarchive/filter_fork.h	Mon Dec 28 02:18:26 2009	(r201087)
@@ -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
 


More information about the svn-src-head mailing list