diff options
Diffstat (limited to 'net/adns/patches/patch-af')
-rw-r--r-- | net/adns/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/adns/patches/patch-af b/net/adns/patches/patch-af new file mode 100644 index 00000000000..788f4f9e881 --- /dev/null +++ b/net/adns/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2006/02/07 03:48:44 minskim Exp $ + +--- src/internal.h.orig 2003-06-22 06:58:15.000000000 -0700 ++++ src/internal.h +@@ -160,7 +160,7 @@ union maxalign { + void *p; + void (*fp)(void); + union maxalign *up; +-} data; ++}; + + typedef struct { + void *ext; |