Page MenuHomeFreeBSD

diff3: Remove bespoke getopt.h
ClosedPublic

Authored by emaste on Tue, Nov 18, 1:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 23, 11:48 AM
Unknown Object (File)
Thu, Nov 20, 12:18 PM
Unknown Object (File)
Wed, Nov 19, 2:55 AM
Unknown Object (File)
Wed, Nov 19, 2:54 AM
Unknown Object (File)
Wed, Nov 19, 12:18 AM
Unknown Object (File)
Tue, Nov 18, 9:45 PM
Unknown Object (File)
Tue, Nov 18, 9:22 PM
Unknown Object (File)
Tue, Nov 18, 9:17 PM
Subscribers

Details

Summary
diff3's getopt.h included a function declaration without a prototype,
which produces a warning.  Just remove the bespoke getopt.h and use
the system's one.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
fuz added a subscriber: fuz.

Good idea.

This revision is now accepted and ready to land.Tue, Nov 18, 1:30 PM
This revision was automatically updated to reflect the committed changes.