From 908b9f1ded664a582ec145d234dde1d165225815 Mon Sep 17 00:00:00 2001 From: adrianp Date: Thu, 3 Nov 2005 19:38:50 +0000 Subject: Fixes for CAN-2005-1111 and CAN-2005-1229 --- archivers/gcpio/patches/patch-ag | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'archivers/gcpio/patches/patch-ag') diff --git a/archivers/gcpio/patches/patch-ag b/archivers/gcpio/patches/patch-ag index af136f7cd24..6d3360946f7 100644 --- a/archivers/gcpio/patches/patch-ag +++ b/archivers/gcpio/patches/patch-ag @@ -1,14 +1,14 @@ -$NetBSD: patch-ag,v 1.1 2005/01/18 16:04:39 tv Exp $ +$NetBSD: patch-ag,v 1.2 2005/11/03 19:38:50 adrianp Exp $ ---- system.h.orig 2005-01-18 11:03:19.000000000 -0500 -+++ system.h -@@ -59,6 +59,9 @@ off_t lseek (); - /* Since major is a function on SVR4, we can't use `ifndef major'. */ - #ifdef MAJOR_IN_MKDEV - #include +--- lib/system.h.orig 2005-11-03 18:51:50.000000000 +0000 ++++ lib/system.h +@@ -282,6 +282,9 @@ extern int errno; + + #if MAJOR_IN_MKDEV + # include +# if !defined(makedev) && defined(mkdev) +# define makedev(a,b) mkdev((a),(b)) +# endif - #define HAVE_MAJOR + # define GOT_MAJOR #endif -- cgit v1.2.3