Files
pkgsrc-ng/net/adns/patches/patch-af
2013-09-26 17:14:40 +02:00

14 lines
277 B
Plaintext

$NetBSD: patch-af,v 1.2 2010/04/17 12:43:03 obache Exp $
--- src/internal.h.orig 2006-04-08 14:36:57.000000000 +0000
+++ src/internal.h
@@ -185,7 +185,7 @@ union maxalign {
void *p;
void (*fp)(void);
union maxalign *up;
-} data;
+};
typedef struct {
void *ext;