Subject: CVS commit: pkgsrc/sysutils/rtty
From: Manuel Bouyer
Date: 2023-09-06 20:34:24
Message id: 20230906183425.0934FFBDB@cvs.NetBSD.org

Log Message:
Fix a bug that showed up on netbsd-10:
serv_input: read@3 need 468 got 396
read(2) isn't garanteed to be atomic on unix sockets. Loop on poll()/read()
until we read the expected len or get an error.

Files:
RevisionActionfile
1.35modifypkgsrc/sysutils/rtty/Makefile
1.11modifypkgsrc/sysutils/rtty/distinfo
1.4modifypkgsrc/sysutils/rtty/patches/patch-ac