diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-22 04:21:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-22 04:21:41 +0000 |
commit | 86a467d4a0010da161cdd83aeac6475d1b0fea82 (patch) | |
tree | 54b50a30c6ea8f32ae1fac0db38c1492f4ef3d77 /time/anacron/patches | |
parent | 3a41119c5df52eb2a4f4546d1a384794456ef3e4 (diff) | |
download | pkgsrc-86a467d4a0010da161cdd83aeac6475d1b0fea82.tar.gz |
Slightly reorder headers to workaround a bug in regex.h on DragonFly.
Diffstat (limited to 'time/anacron/patches')
-rw-r--r-- | time/anacron/patches/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
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 <stdio.h> +-#include <regex.h> + #include <stdarg.h> + #include <stdlib.h> ++#include <stdio.h> ++#include <regex.h> + #include "matchrx.h" + + int |