Bug 19584

Summary: strtofflags, fflagstostr not MFC'd
Product: Base System Reporter: jss <jss>
Component: binAssignee: joe <joe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description jss 2000-06-29 20:00:00 UTC
Someone (joe?) forgot to MFC the prototypes for fflagstostr and
strtofflags into unistd.h on RELENG_4.

Fix: 

Add prototypes for fflagstostr and strtofflags to src/include/unistd.h
on RELENG_4
How-To-Repeat: cvsup from RELENG_4.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-06-30 08:22:26 UTC
Responsible Changed
From-To: freebsd-bugs->joe

Joe's changes.
Comment 2 joe freebsd_committer freebsd_triage 2000-07-03 19:04:51 UTC
State Changed
From-To: open->closed

MFC'd.  Thanks.