Skip to content

Commit

Permalink
Fix errno. Split patch-ae into two parts for each individual file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed Jan 3, 2006
1 parent ab5251b commit 47e37c6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
5 changes: 3 additions & 2 deletions mbone/nte/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.4 2005/02/22 21:33:50 agc Exp $
$NetBSD: distinfo,v 1.5 2006/01/03 18:40:16 joerg Exp $

SHA1 (nt.1.5a23.tar.gz) = d3ffa9d1fcb08cc0daeaba145108125ad0521483
RMD160 (nt.1.5a23.tar.gz) = 05c3317837921e07a4f89fb86799c565c5d1314e
Expand All @@ -7,8 +7,9 @@ SHA1 (patch-aa) = 30aa1e932d3000e0c9e52233519167b5e91989e0
SHA1 (patch-ab) = 5a1fb9da5fed272fa2e5fcb1b5abee14e92d4f87
SHA1 (patch-ac) = 614aeb5e6cde656c1e4471ef6a4bdb19331321f2
SHA1 (patch-ad) = d21ed52b98d283e3d7cca202cf9a4b48672fbf8b
SHA1 (patch-ae) = 5105a58f2356ad0fb543718b38406af88371cc24
SHA1 (patch-ae) = d7ef2e5964fb5f4deb202d98fbeb5e46db278c26
SHA1 (patch-af) = dddf6b44e9f5996ef481c674644d4ef3b79b3267
SHA1 (patch-ag) = bffb4805f2a1d039157cf70578f54bbbd2480d16
SHA1 (patch-ah) = df6bf1d8c9e40e3f8dfd7a7d3d37059d656b13fe
SHA1 (patch-ai) = 975c7a56b0a9c8ab9b3f8b074cfd293258edf2c9
SHA1 (patch-aj) = 4f13d22c9a42b35c5333e8797d50b4a1e2d8ab79
12 changes: 1 addition & 11 deletions mbone/nte/patches/patch-ae
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
$NetBSD: patch-ae,v 1.2 1998/08/07 11:09:57 agc Exp $
$NetBSD: patch-ae,v 1.3 2006/01/03 18:40:16 joerg Exp $

*** src/qfdes/qfDES-memory.c~ Wed Sep 4 09:16:14 1996
--- src/qfdes/qfDES-memory.c Thu Mar 5 18:07:36 1998
***************
*** 11,14 ****
--- 11,15 ----
#define _qfDES_memory_c_

+ #include <errno.h>
#include <stdio.h>
#include <memory.h>
*** src/ui_fns.c~ Thu Oct 31 10:33:03 1996
--- src/ui_fns.c Thu Mar 5 20:38:49 1998
***************
Expand Down
21 changes: 21 additions & 0 deletions mbone/nte/patches/patch-aj
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_) \

0 comments on commit 47e37c6

Please sign in to comment.