diff options
Diffstat (limited to 'parallel/glunix/patches/patch-ad')
-rw-r--r-- | parallel/glunix/patches/patch-ad | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/parallel/glunix/patches/patch-ad b/parallel/glunix/patches/patch-ad index 2e6cf96e696..a364ea0de60 100644 --- a/parallel/glunix/patches/patch-ad +++ b/parallel/glunix/patches/patch-ad @@ -1,11 +1,15 @@ -$NetBSD: patch-ad,v 1.1.1.1 1998/10/21 19:59:29 garbled Exp $ +$NetBSD: patch-ad,v 1.2 2005/05/29 14:38:33 wiz Exp $ ---- glunix/src/debug/cdebug.cc.orig Thu Feb 5 03:21:37 1998 -+++ glunix/src/debug/cdebug.cc Thu Feb 5 03:25:35 1998 -@@ -148,4 +148,4 @@ +--- glunix/src/debug/cdebug.cc.orig 1997-09-18 21:04:52.000000000 +0200 ++++ glunix/src/debug/cdebug.cc +@@ -146,8 +146,8 @@ + #include "cdebug_internal.h" + #include "cdebug_msg.h" -#include <sys/varargs.h> -#include <sys/va_list.h> +/*#include <varargs.h>*/ +/*#include <sys/va_list.h>*/ + /*****************************************************************************/ + |