CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/01/11 11:21:02
Modified files: sbin/nfsd : nfsd.c Log message: zap dead poll code With TCP on/off connect_type_cnt is 1/0; it can't be >=2 since 2004 r1.24 "remove iso crud, and other misc cleanups", so remove the unreachable block and flip early-exit logic to decrease indentation. OK millert