summaryrefslogtreecommitdiff
path: root/archivers/gcpio/patches/patch-aj
blob: 8f10edcce54b5e9d303fdc340ecfe0e25bdf0689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1 2005/11/03 19:38:50 adrianp Exp $

--- src/global.c.orig	2004-09-08 11:23:44.000000000 +0100
+++ src/global.c
@@ -100,7 +100,7 @@ int quiet_flag = false;
 int only_verify_crc_flag = false;
 
 /* If true, don't use any absolute paths, prefix them by `./'.  */
-int no_abs_paths_flag = false;
+int abs_paths_flag = false;
 
 #ifdef DEBUG_CPIO
 /* If true, print debugging information.  */