mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
$NetBSD: patch-bv,v 1.1 2006/01/04 20:35:08 joerg Exp $
|
|
|
|
--- lib-src/make-path.c.orig 2006-01-04 17:42:18.000000000 +0000
|
|
+++ lib-src/make-path.c
|
|
@@ -28,8 +28,6 @@ the Free Software Foundation, 675 Mass A
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
|
|
-extern int errno;
|
|
-
|
|
char *prog_name;
|
|
|
|
int touchy_mkdir (path)
|