CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2014/12/10 12:40:21
Modified files: usr.sbin/syslogd: syslogd.c Log message: File descriptors are of type int, not short. While at it, adjust remaining short to int too -- there are no space savings anymore, as stated by millert. ok bluhm, millert