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)
Tue, May 19, 2:08 PM
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)
May 5 2026, 9:17 AM
Unknown Object (File)
Apr 28 2026, 7:07 AM
Unknown Object (File)
Apr 27 2026, 3:27 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