Bug 25483

Summary: -STABLE LINT broken in linux_sigreturn() in i386/linux/linux_sysvec.c
Product: Base System Reporter: Tony Finch <dot>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Tony Finch 2001-03-01 22:20:01 UTC
When compiling -STABLE LINT it fails as follows

cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer
-arith -Winline -Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I- -I. -I/FreeBSD/releng4/sys -I/FreeB
SD/releng4/sys/../include  -D_KERNEL -include opt_global.h -elf -fno-builtin -mpreferred-stack-boundary=2  
/FreeBSD/releng4/sys/i386/linux/linux_sysvec.c
/FreeBSD/releng4/sys/i386/linux/linux_sysvec.c: In function `linux_sigreturn':
/FreeBSD/releng4/sys/i386/linux/linux_sysvec.c:482: structure has no member named `scp'
*** Error code 1

Stop in /FreeBSD/obj/FreeBSD/releng4/sys/LINT.
*** Error code 1

Stop in /FreeBSD/releng4.
*** Error code 1

Stop in /FreeBSD/releng4.
Comment 1 Andrew Gallatin freebsd_committer freebsd_triage 2001-03-02 03:21:32 UTC
State Changed
From-To: open->closed

The submitted patch was comitted to fix the problem.  It had already 
been fixed in -current (with the same patch).