Subject: CVS commit: src/usr.bin/tftp
To: None <source-changes@NetBSD.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 11/20/2005 19:28:23
Module Name: src
Committed By: ross
Date: Sun Nov 20 19:28:23 UTC 2005
Modified Files:
src/usr.bin/tftp: Makefile extern.h main.c tftp.c
Log Message:
Fix old-style C code, update to WARNS=4.
Also, move file-scope .c extern decls to the .h file
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/usr.bin/tftp/Makefile
cvs rdiff -r1.3 -r1.4 src/usr.bin/tftp/extern.h
cvs rdiff -r1.19 -r1.20 src/usr.bin/tftp/main.c
cvs rdiff -r1.21 -r1.22 src/usr.bin/tftp/tftp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.