$OpenBSD: patch-src_extern_h,v 1.1 2015/03/31 15:36:52 naddy Exp $

CVE-2015-1197: cpio directory traversal

--- src/extern.h.orig	Mon Feb 15 11:02:23 2010
+++ src/extern.h	Sun Mar 29 21:11:10 2015
@@ -95,6 +95,7 @@ extern char input_is_special;
 extern char output_is_special;
 extern char input_is_seekable;
 extern char output_is_seekable;
+extern bool extract_over_symlinks;
 extern int (*xstat) ();
 extern void (*copy_function) ();
 
