CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/11 11:03:11
Modified files:
libexec/ftpd : ftpd.c
Log message:
Convert some variables with non-negative values to unsigned type
to avoid comparison of integers of different signs.
from Jan Klemkow; OK tb@
