Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/ftp
Module Name: src
Committed By: mrg
Date: Wed Sep 24 01:27:43 UTC 2025
Modified Files:
src/usr.bin/ftp: Makefile
Log Message:
m68* triggers a bad-maybe clobbered warning, avoid it.
ftp.c:779:23: error: variable 'rc' might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]
779 | off_t rc;
| ^~
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/ftp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index