mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
diff3's getopt.h included a function declaration without a prototype,
which produces a compiler warning. Just remove the bespoke getopt.h
and use the system header.
Reported by: Mark Millard
Reviewed by: fuz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53802
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| basename.c | ||
| c-stack.c | ||
| c-stack.h | ||
| cmpbuf.c | ||
| cmpbuf.h | ||
| dirname.h | ||
| error.c | ||
| error.h | ||
| exclude.c | ||
| exclude.h | ||
| exit.h | ||
| exitfail.c | ||
| exitfail.h | ||
| file-type.c | ||
| file-type.h | ||
| gettext.h | ||
| gnulib.mk | ||
| hard-locale.c | ||
| hard-locale.h | ||
| inttostr.h | ||
| posixver.c | ||
| posixver.h | ||
| prepargs.c | ||
| prepargs.h | ||
| quotesys.c | ||
| quotesys.h | ||
| setmode.h | ||
| strcase.h | ||
| strftime.c | ||
| strtoimax.c | ||
| strtoumax.c | ||
| unlocked-io.h | ||
| version-etc.c | ||
| version-etc.h | ||
| xalloc.h | ||
| xmalloc.c | ||
| xstrtol.h | ||