summaryrefslogtreecommitdiff
path: root/databases/mysql-client/patches/patch-am
blob: 294a88d5b2a627163bc5952af60c5b5bc4c8a23f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-am,v 1.1 2003/09/28 15:09:48 jdolecek Exp $

--- mysys/my_gethostbyname.c.orig	Sun Sep 28 16:33:05 2003
+++ mysys/my_gethostbyname.c	Sun Sep 28 16:33:20 2003
@@ -18,7 +18,6 @@
 /* Thread safe version of gethostbyname_r() */
 
 #include "mysys_priv.h"
-#include "my_pthread.h"
 #include <assert.h>
 #if !defined(MSDOS) && !defined(__WIN__)
 #include <netdb.h>