summaryrefslogtreecommitdiff
path: root/multimedia/kdemultimedia3/patches/patch-ai
blob: ca9dc0a19497fd5fdd98b4cba2433e7ac41ff3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ai,v 1.1 2006/01/20 03:51:25 joerg Exp $

--- mpg123_artsplugin/mpg123/httpget.c.orig	2005-11-15 11:21:01.000000000 +0000
+++ mpg123_artsplugin/mpg123/httpget.c
@@ -18,11 +18,9 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include <sys/errno.h>
+#include <errno.h>
 #include <ctype.h>
 
-extern int errno;
-
 #include "mpg123.h"
 
 #ifndef INADDR_NONE