From owner-freebsd-current Mon Oct 5 16:58:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06622 for freebsd-current-outgoing; Mon, 5 Oct 1998 16:58:59 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp01.primenet.com (smtp01.primenet.com [206.165.6.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06586 for ; Mon, 5 Oct 1998 16:58:49 -0700 (PDT) (envelope-from tlambert@usr05.primenet.com) Received: (from daemon@localhost) by smtp01.primenet.com (8.8.8/8.8.8) id QAA25834; Mon, 5 Oct 1998 16:58:46 -0700 (MST) Received: from usr05.primenet.com(206.165.6.205) via SMTP by smtp01.primenet.com, id smtpd025743; Mon Oct 5 16:58:39 1998 Received: (from tlambert@localhost) by usr05.primenet.com (8.8.5/8.8.5) id QAA25982; Mon, 5 Oct 1998 16:58:22 -0700 (MST) From: Terry Lambert Message-Id: <199810052358.QAA25982@usr05.primenet.com> Subject: Re: What about jdk-1.1.6 for FreeBSD-3.0-ELF ? To: sthaug@nethelp.no Date: Mon, 5 Oct 1998 23:58:22 +0000 (GMT) Cc: tlambert@primenet.com, chuckr@mat.net, green@zone.syracuse.net, cracauer@cons.org, nate@mt.sri.com, osa@etrust.ru, current@FreeBSD.ORG In-Reply-To: <24221.907533243@verdi.nethelp.no> from "sthaug@nethelp.no" at Oct 4, 98 10:34:03 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On the other hand, ther Motif libraries don't make system calls directly, > > only indirectly through libXt. > > A small extract from "nm libXm.so | grep ' U ' | sort -u" on the Solaris > X86 libXm.so: > > U access > U getgid > U getuid > U poll > U sigaction > U sigprocmask > > Sure looks to me like the Solaris Motif library makes system calls... These are undefined. That means it gets them from the libc. It is the libc that makes the system calls. Have you identified any system calls taking structure arguments, where the structure definitions are different between FreeBSD and Solaris? That is the real kicker. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message