Subject: CVS commit: src/usr.sbin/arp
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/22/2006 20:54:38
Module Name: src
Committed By: christos
Date: Sun Oct 22 20:54:38 UTC 2006
Modified Files:
src/usr.sbin/arp: Makefile arp.c
Log Message:
WARNS=4.
- pass lint
- don't use sscanf fgets and fixed length buffers
- always use warnx to report errors.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/usr.sbin/arp/Makefile
cvs rdiff -r1.43 -r1.44 src/usr.sbin/arp/arp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.