CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/06 16:12:48
Modified files:
usr.sbin/apmd : apmd.c
Log message:
handle_client() doesn't need to return a value
Its caller doesn't use the return value so zap it. Also zap tentative
error handling in the caller. ok kn@
