CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/11/15 08:14:24
Modified files:
usr.sbin/amd/amd: get_args.c
usr.sbin/amd/amq: amq.c
usr.sbin/crunchgen: crunchgen.c
usr.sbin/mtree : mtree.c
usr.sbin/npppctl: npppctl.c
usr.sbin/npppd/npppd: npppd.c
usr.sbin/pstat : pstat.c
usr.sbin/quotaon: quotaon.c
usr.sbin/rarpd : rarpd.c
usr.sbin/rdate : rdate.c
usr.sbin/repquota: repquota.c
usr.sbin/rpc.bootparamd: bootparamd.c
usr.sbin/syslogc: syslogc.c
Log message:
No need to declare optind, optarg or opterr; unistd.h does this for us.
>From Jan Stary. OK deraadt@