CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/14 12:17:34
Modified files:
games/fortune/strfile: strfile.c
games/hunt/hunt: hunt.c
games/hunt/huntd: driver.c
games/robots : main.c
regress/lib/libc/db: dbtest.c
regress/lib/libc/getaddrinfo: gaitest.c
regress/lib/libc/regex: main.c
regress/lib/libutil/fmt_scaled: fmt_test.c
Log message:
no need to declare "extern optarg" and "extern optind"
when <unistd.h> is included;
patch from Jan Stary <hans at stare dot cz>;
OK millert
