CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/27 03:42:19
Modified files:
usr.sbin/rpki-client: rsync.c
Log message:
Add an explict "--" argument for portable.
GNU libc getopt allows options out of order with other arguments
so force getopt to stop option parsing using "--".
OK tb@
