Bug 21790

Summary: fstat64 does not exist in Linux emulation mode
Product: Base System Reporter: Jim.Pirzyk <Jim.Pirzyk>
Component: kernAssignee: Marcel Moolenaar <marcel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fstat64.patch none

Description Jim.Pirzyk 2000-10-06 21:30:01 UTC
	The LSF commands use fstat64 from the linux kernel and the Linux
	emulation mode does not implement fstat64.

Oct  6 08:50:52 <kern.crit> snoopy /kernel: linux: syscall fstat64 is obsoleted or not implemented (pid=272)
Oct  6 08:50:52 <kern.crit> snoopy /kernel: linux: syscall fstat64 is obsoleted or not implemented (pid=276)
Oct  6 08:50:55 <kern.crit> snoopy /kernel: linux: syscall fstat64 is obsoleted or not implemented (pid=295)
Oct  6 08:51:04 <kern.crit> snoopy /kernel: linux: syscall fstat64 is obsoleted or not implemented (pid=332)
Oct  6 12:13:36 <kern.crit> snoopy /kernel: linux: syscall fstat64 is obsoleted or not implemented (pid=4487)
Comment 1 dwmalone freebsd_committer freebsd_triage 2000-10-07 17:14:11 UTC
Responsible Changed
From-To: freebsd-bugs->marcel

Marcel usually looks after linuxulator stuff.
Comment 2 Jim.Pirzyk 2000-10-11 18:00:28 UTC
Found a patch for fstat64 on the freebsd-emulation discussion group.
Cleaned it up for FBSD 4.1 (it was for 4.0) and here it is:


-- 
--- @(#) $Id: dot.signature,v 1.9 2000/07/10 16:43:05 pirzyk Exp $
    __o   Jim.Pirzyk@disney.com -------------------------------------
 _'\<,_   Senior Systems Engineer, Walt Disney Feature Animation 
(*)/ (*)
Comment 3 Marcel Moolenaar freebsd_committer freebsd_triage 2001-09-08 20:11:35 UTC
State Changed
From-To: open->closed

The stat64 family of syscalls has been implemented in -current and 
will be merged to -stable after a sufficient amount of time.