Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/13/2006 18:04:08
Module Name: src
Committed By: christos
Date: Wed Dec 13 18:04:08 UTC 2006
Modified Files:
src/usr.bin/ftp: fetch.c ftp.c main.c
Log Message:
gcc4 does not care about &foo; use volatile instead. From Anon Ymous
To generate a diff of this commit:
cvs rdiff -r1.172 -r1.173 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.142 -r1.143 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.101 -r1.102 src/usr.bin/ftp/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.