Subject: CVS commit: othersrc/bootstrap-pkgsrc/sed
To: None <source-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: source-changes
Date: 08/23/2003 22:08:47
Module Name: othersrc
Committed By: jschauma
Date: Sat Aug 23 22:08:47 UTC 2003
Modified Files:
othersrc/bootstrap-pkgsrc/sed: defs.h process.c
Log Message:
The 'inline' keyword is a nonstandard extension of GCC, AFAIK.
MipsPro does not like it, so remove it.
Add fgetln prototype ifndef HAVE_FGETLN.
This makes this compile on Irix with the MipsPro Compiler as well as gcc.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 othersrc/bootstrap-pkgsrc/sed/defs.h \
othersrc/bootstrap-pkgsrc/sed/process.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.