Bug 39633

Summary: Errors reported in schistory.c in syscons kernel component
Product: Base System Reporter: Robert Saft <zardoz>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Robert Saft 2002-06-21 23:40:01 UTC
      When compiling the kernel, the following errors are reported.
This is even after numerous source code updates.
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -\
Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wno-format -ansi  -n\
ostdinc -I-  -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../.\
./../contrib/ipfilter -I../../../../include  -D_KERNEL -include opt_global.h -f\
no-common   -mpreferred-stack-boundary=2 -ffreestanding -Werror  ../../../dev/s\
yscons/schistory.c
../../../dev/syscons/schistory.c: In function `sc_alloc_history_buffer':^M
../../../dev/syscons/schistory.c:127: void value not ignored as it ought to be^\
M
../../../dev/syscons/schistory.c:127: syntax error before ')' token^M
../../../dev/syscons/schistory.c: In function `sc_hist_ioctl':^M
../../../dev/syscons/schistory.c:306: void value not ignored as it ought to be^\

../../../dev/syscons/schistory.c:306: syntax error before ')' token
*** Error code 1
Stop in /usr/src/sys/i386/compile/freya5.

How-To-Repeat:      Compiling a -current kernel with this file
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-09-03 03:23:55 UTC
State Changed
From-To: open->closed

Close PR about a 2-year-old compile error. 

Kernel compile errors, unlike most other errors, should be reported on 
-current rather than opening a PR: they are generally quickly fixed 
because they affect so many people.