Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 07/25/1999 18:31:48
Module Name: basesrc
Committed By: itohy
Date: Mon Jul 26 01:31:48 UTC 1999
Modified Files:
basesrc/usr.sbin/route6d: route6d.c
Log Message:
Eliminate illegal cast from function pointer (sig_t) to object pointer (void *).
Remove #include of unused headers.
Fix varargs usage.
KNF.
Const poisoning.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/route6d/route6d.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.