From ba51afc8611c470ba415012fd2f1e4f0b612d478 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 27 Jan 2004 22:02:44 +0000 Subject: [PATCH] - obsolete Changed files: Dev86src-errno.patch -> 1.2 Dev86src-nobcc.patch -> 1.2 --- Dev86src-errno.patch | 27 --------------------------- Dev86src-nobcc.patch | 11 ----------- 2 files changed, 38 deletions(-) delete mode 100644 Dev86src-errno.patch delete mode 100644 Dev86src-nobcc.patch diff --git a/Dev86src-errno.patch b/Dev86src-errno.patch deleted file mode 100644 index 9517ee2..0000000 --- a/Dev86src-errno.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- dev86-0.16.12/ar/ar.c.orig 2002-03-26 08:24:53.000000000 +0100 -+++ dev86-0.16.12/ar/ar.c 2003-08-08 22:31:48.000000000 +0200 -@@ -31,6 +31,7 @@ - #include - #include "ar.h" - #include "rel_aout.h" -+#include - - #ifdef __BCC__ - #define HAVE_RENAME -@@ -44,8 +45,6 @@ - #undef HAVE_FSYNC - #endif - --extern int errno; -- - #ifdef __GNUC__ - # ifndef alloca - # define alloca __builtin_alloca -@@ -67,7 +66,6 @@ - /* Locking is normally disabled because fcntl hangs on the Sun - and it isn't supported properly across NFS anyway. */ - #ifdef LOCKS --#include - #endif - - /* This structure is used internally to represent the info diff --git a/Dev86src-nobcc.patch b/Dev86src-nobcc.patch deleted file mode 100644 index b315b3f..0000000 --- a/Dev86src-nobcc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-86/Makefile.djb Mon Sep 20 16:51:12 1999 -+++ linux-86/Makefile Mon Sep 20 16:51:51 1999 -@@ -11,9 +11,9 @@ - - ELKSSRC= /usr/src/elks - PREFIX= /usr --LIBPRE= $(PREFIX)/bcc -+LIBPRE= $(PREFIX) - BINDIR= $(PREFIX)/bin - LIBDIR= $(LIBPRE)/lib/bcc - CFLAGS= -O -- 2.43.0