head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.01.17.00.16.34;	author pgollucci;	state dead;
branches;
next	1.1;

1.1
date	2007.06.18.21.35.50;	author danfe;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- actually remove old patch

Reported by:	QAT
@
text
@--- our_allo.c.orig	Tue Jun 19 04:31:56 2007
+++ our_allo.c	Tue Jun 19 04:30:44 2007
@@@@ -21,10 +21,11 @@@@
 static HEADER base;
 static HEADER *allocp = NULL;	
 
+static HEADER *morecore();
+
 char *our_alloc(nbytes)
         ALLOC nbytes;
 {
-	HEADER *morecore();
 	HEADER *p;
 	HEADER *q;
 	ALLOC nunits;
diff -ur work/our_orde.c foo/our_orde.c
--- our_orde.c.orig	Tue Jun 19 04:31:56 2007
+++ our_orde.c	Tue Jun 19 04:31:30 2007
@@@@ -21,10 +21,11 @@@@
 static HEADER orders_base;
 static HEADER *orders_allocp = NULL;	
 
+static HEADER *orders_morecore();
+
 char *our_orders_alloc(nbytes)
         ALLOC nbytes;
 {
-	HEADER *orders_morecore();
 	HEADER *p, *q;
 	ALLOC nunits;
 
@


1.1
log
@- Fix the build with GCC 4.2
- Remove BROKEN tag

Reported by:	pointyhat (logs)
@
text
@@

