mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
1c650c30bc
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
287 B
Text
13 lines
287 B
Text
$NetBSD: patch-ah,v 1.1 2006/01/12 00:48:36 joerg Exp $
|
|
|
|
--- path.c.orig 2006-01-12 00:44:46.000000000 +0000
|
|
+++ path.c
|
|
@@ -18,8 +18,6 @@
|
|
#endif
|
|
#include <errno.h>
|
|
|
|
-extern int errno;
|
|
-
|
|
static unsigned int NumPaths = 0;
|
|
static unsigned int NumExts = 0;
|
|
static char *Paths[BUFSIZ];
|