summaryrefslogtreecommitdiff
path: root/audio/liveice/patches/patch-aj
blob: ca13a35505cd512e67fbd5a88839636577978d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1 2005/12/11 22:24:03 joerg Exp $

--- liveice.c.orig	2005-12-11 22:17:53.000000000 +0000
+++ liveice.c
@@ -20,8 +20,6 @@
 
 #include "liveice.h"
 
-extern int errno;
-
 void kill_children(int signo) {
 	fprintf(stderr,"Killing children...\n");
 	if(killpg(0, SIGTERM) < 0) {