CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/19 03:14:38
Modified files:
usr.sbin/switchd: proc.c
Log message:
Fix 'const char *' qualifier removal warning by casting it out with
uintptr_t. It is safe here to pass a 'const' to exec*().
improved by and ok millert@
