-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix errno. Split patch-ae into two parts for each individual file.
- Loading branch information
Showing
3 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
$NetBSD: patch-aj,v 1.1 2006/01/03 18:40:16 joerg Exp $ | ||
|
||
--- src/qfdes/qfDES-memory.c.orig 1996-09-04 13:16:14.000000000 +0000 | ||
+++ src/qfdes/qfDES-memory.c | ||
@@ -10,6 +10,7 @@ February 1993 | ||
#if !defined(_qfDES_memory_c_) | ||
#define _qfDES_memory_c_ | ||
|
||
+#include <errno.h> | ||
#include <stdio.h> | ||
#include <memory.h> | ||
#include <malloc.h> | ||
@@ -20,8 +21,6 @@ February 1993 | ||
extern int sys_nerr; | ||
extern char *sys_errlist[]; | ||
#endif | ||
-extern int errno; | ||
- | ||
|
||
#if defined(DEBUG) | ||
#define ERROR(s_) \ |