Files
pkgsrc-ng/multimedia/kdemultimedia3/patches/patch-ai
2013-09-26 17:14:40 +02:00

18 lines
400 B
Plaintext

$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