libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 4f5815dd26ba386af881ac105701e037234db995
parent ed9cf9905be69d5f96f2ccefddf4e5d6de649639
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 15 Mar 2005 22:52:00 +0000

GNU fixes

Diffstat:
MPLATFORMS | 6+++---
Msrc/main/extractor.c | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/PLATFORMS b/PLATFORMS @@ -1,7 +1,7 @@ This file lists the known problems with libextractor on various platforms. Let us know if you know more about it than we do. -Linux (x86): +GNU/Linux (x86): - perfect FreeBSD (x86): @@ -10,10 +10,10 @@ FreeBSD (x86): OpenBSD/NetBSD: - unknown -Linux (Ultra Sparc): +GNU/Linux (Ultra Sparc): - perfect -Linux (Alpha): +GNU/Linux (Alpha): - perfect Solaris 8 (SunOS 5.8, Sparc SunFire 880): diff --git a/src/main/extractor.c b/src/main/extractor.c @@ -839,7 +839,7 @@ EXTRACTOR_countKeywords (EXTRACTOR_KeywordList * keywords) #include <jni.h> /* gcj's jni.h does not define JNIEXPORT/JNICALL (at least - * not in my version). Sun defines it to 'empty' in Linux, + * not in my version). Sun defines it to 'empty' on GNU/Linux, * so that should work */ #ifndef JNIEXPORT #define JNIEXPORT