CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/17 05:02:40
Modified files:
usr.sbin/bgpctl: parser.c
Log message:
Passing argv as tripple indirect pointer to match_token() is just strange.
Instead pass argc and argv as value and return the consumed number of
arguments in argsused (normally 1).
OK tb@
