mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
21 lines
484 B
Plaintext
21 lines
484 B
Plaintext
$NetBSD: patch-ai,v 1.1 2005/12/15 23:02:33 joerg Exp $
|
|
|
|
--- url.c.orig 2005-12-15 22:56:16.000000000 +0000
|
|
+++ url.c
|
|
@@ -25,6 +25,7 @@ static char rcsid[] = "$Id: url.c,v 1.14
|
|
#ifdef HAVE_CTYPE_H
|
|
#include <ctype.h>
|
|
#endif
|
|
+#include <errno.h>
|
|
|
|
#include "compat.h"
|
|
#include "tty.h"
|
|
@@ -33,7 +34,6 @@ static char rcsid[] = "$Id: url.c,v 1.14
|
|
|
|
extern char ppre[];
|
|
extern void (*othercmd) __P((char *));
|
|
-extern int errno;
|
|
|
|
static void done_urlfn __P((char *));
|
|
|