Bug 18750

Summary: Bogus comment in syscalls.master
Product: Base System Reporter: Tony Finch <dot>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Tony Finch 2000-05-22 17:50:00 UTC
src/sys/kern/syscalls.master contains the lines

21      STD     BSD     { int mount(char *type, char *path, int flags, \
                            caddr_t data); }
; XXX 4.4lite2 uses `char *type' but we're not ready for that.
; XXX `path' should have type `const char *' but we're not ready for that.

the first comment no longer applies
Comment 1 dd freebsd_committer freebsd_triage 2001-06-17 06:10:09 UTC
State Changed
From-To: open->closed

That comment doesn't exist now.