dhclient: recorrect __progname to getprogname()
A more correct way to modernize code that uses __progname is to just
replace each occurance of it with a call to getprogname(3)
Reported by: ian
Reviewed by: imp
dhclient: recorrect __progname to getprogname() Tags None Referenced Files None Subscribers None
Description
Details
|