summaryrefslogtreecommitdiff
path: root/multimedia/transcode/patches/patch-ao
blob: 4b5141e1172dcbe7d863ad42270a52d1dce92fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ao,v 1.3 2006/03/13 21:21:39 joerg Exp $

--- import/tccat.c.orig	2006-03-13 19:00:13.000000000 +0000
+++ import/tccat.c
@@ -23,7 +23,7 @@
 
 #include "transcode.h"
 
-#include <sys/errno.h>
+#include <errno.h>
 #include "xio.h"
 #include "ioaux.h"
 #include "tc.h"
@@ -36,8 +36,6 @@ char buf[MAX_BUF];
 
 int verbose=TC_INFO;
 
-extern int errno;
-
 void import_exit(int code) 
 {
   if(verbose & TC_DEBUG) import_info(code, EXE);