head	1.2;
access;
symbols
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.12.08.06.22.03;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	99.11.25.18.33.58;	author jseger;	state Exp;
branches;
next	;


desc
@@


1.2
log
@upgrade to 2.4.0
assign maintainer (was ports@@FreeBSD.org0

PR:		32548
Submitted by:	Tim Pierce <twp@@unchi.org>
@
text
@--- o/unixfasl.c.orig	Thu Nov 25 01:11:50 1999
+++ o/unixfasl.c	Thu Nov 25 01:12:20 1999
@@@@ -282,7 +282,7 @@@@
 
 object faslfile, ldargstring;
 {
-#if defined(__linux__) && defined(__ELF__)
+#if (defined(__linux__) || defined(__FreeBSD__)) && defined(__ELF__)
   FEerror("faslink() not supported for ELF yet",0);
 #else
 	struct exec header, faslheader;
@


1.1
log
@Unbreak and upgrade to gcl-2.3
@
text
@@

