From nobody  Mon Dec 21 02:12:20 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id CAA02458;
          Mon, 21 Dec 1998 02:12:20 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199812211012.CAA02458@hub.freebsd.org>
Date: Mon, 21 Dec 1998 02:12:20 -0800 (PST)
From: marcel@scc.nl
To: freebsd-gnats-submit@freebsd.org
Subject: Syscall in linux emulator needed for Oracle (patch present :-)
X-Send-Pr-Version: www-1.0

>Number:         9154
>Category:       i386
>Synopsis:       Syscall in linux emulator needed for Oracle (patch present :-)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    sos
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 21 02:20:00 PST 1998
>Closed-Date:    Mon Dec 21 11:26:11 PST 1998
>Last-Modified:  Mon Dec 21 11:36:02 PST 1998
>Originator:     Marcel Moolenaar
>Release:        current
>Organization:
SCC vof
>Environment:
FreeBSD scones.sup.scc.nl 3.0-CURRENT FreeBSD 3.0-CURRENT #9: Sat Dec 19 16:18:22 CET 1998     marcel@scones.sup.scc.nl:/usr/src/sys/compile/SCONES  i386

>Description:
Syscall 168 (poll) is not implemented in the Linux emulator. This
syscall is used by Oracle.
>How-To-Repeat:

>Fix:
Sorry no context diff, but apply patch to /sys/i386/linux/syscalls.master:

242c242,243
< 168   UNIMPL  LINUX   poll
---
> 168   NOPROTO LINUX   { int poll(struct pollfd*, unsigned int nfds, \
>                                  long timeout); }

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sos 
State-Changed-When: Mon Dec 21 11:26:11 PST 1998 
State-Changed-Why:  
Patch committed. 


Responsible-Changed-From-To: freebsd-bugs->sos 
Responsible-Changed-By: sos 
Responsible-Changed-When: Mon Dec 21 11:26:11 PST 1998 
Responsible-Changed-Why:  
I'm the linuxulator guy :) 
>Unformatted:
