From 31b3fd00ba589237161b5ecc54198d8e536a0aa2 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Tue, 15 Mar 2005 19:00:08 +0000 Subject: [PATCH] update NetConnection docs for FreeBSD --- bindings/java/src/jni/generate.pl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bindings/java/src/jni/generate.pl b/bindings/java/src/jni/generate.pl index f33a2320..8d3bc3af 100644 --- a/bindings/java/src/jni/generate.pl +++ b/bindings/java/src/jni/generate.pl @@ -717,42 +717,42 @@ my %classes = ( { name => 'local_port', type => 'Long', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'local_address', type => 'String', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'remote_port', type => 'Long', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'remote_address', type => 'String', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'type', type => 'Int', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'state', type => 'Int', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'send_queue', type => 'Long', desc => '', - plat => 'LS' + plat => 'LFS' }, { name => 'receive_queue', type => 'Long', desc => '', - plat => 'LS' + plat => 'LFS' }, ], Who => [