aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_progname.c
Commit message (Collapse)AuthorAgeFilesLines
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-0/+42
Suggested by Joerg@ Sonnenberger (NetBSD). Last year, deraadt@ confirmed on tech@ that this "has the potential to be more portable", and micro-optimizing for speed is not relevant here. Also gets rid of one global variable.