From 34ab033306d2a08a2f35aef61df5e15aab02ca07 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 22 Jan 2006 04:21:41 +0000 Subject: Slightly reorder headers to workaround a bug in regex.h on DragonFly. --- time/anacron/distinfo | 3 ++- time/anacron/patches/patch-ac | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 time/anacron/patches/patch-ac (limited to 'time') diff --git a/time/anacron/distinfo b/time/anacron/distinfo index bd1b408a2d8..2ff6c4e1be1 100644 --- a/time/anacron/distinfo +++ b/time/anacron/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 19:14:53 wiz Exp $ +$NetBSD: distinfo,v 1.4 2006/01/22 04:21:41 joerg Exp $ SHA1 (anacron-2.3.tar.gz) = d0e154123585e9faf615d67230d82d7d1b4c099a RMD160 (anacron-2.3.tar.gz) = 613de5f8612871d92f6059c6cd324899f6fb8fcb Size (anacron-2.3.tar.gz) = 24140 bytes SHA1 (patch-aa) = d11218f289d48b6a12ce2a5a59f645a04695214d SHA1 (patch-ab) = 7934402cd051cf0e5e434716a7c4ac677f993e2a +SHA1 (patch-ac) = ee6554ccd85d4152f3c3059b547f20991d0a897c diff --git a/time/anacron/patches/patch-ac b/time/anacron/patches/patch-ac new file mode 100644 index 00000000000..a518af18072 --- /dev/null +++ b/time/anacron/patches/patch-ac @@ -0,0 +1,17 @@ +$NetBSD: patch-ac,v 1.1 2006/01/22 04:21:41 joerg Exp $ + +--- matchrx.c.orig 2006-01-22 04:20:23.000000000 +0000 ++++ matchrx.c +@@ -22,10 +22,10 @@ + */ + + +-#include +-#include + #include + #include ++#include ++#include + #include "matchrx.h" + + int -- cgit v1.2.3