Page MenuHomeFreeBSD

diff3: Remove bespoke getopt.h
ClosedPublic

Authored by emaste on Nov 18 2025, 1:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 6:36 AM
Unknown Object (File)
Mon, May 11, 7:03 PM
Unknown Object (File)
Mon, May 11, 7:03 PM
Unknown Object (File)
Mon, May 11, 4:24 PM
Unknown Object (File)
Tue, May 5, 9:17 AM
Unknown Object (File)
Tue, Apr 28, 7:07 AM
Unknown Object (File)
Mon, Apr 27, 3:27 PM
Unknown Object (File)
Sat, Apr 25, 10:08 AM
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