Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/03/2004 01:40:32
Module Name:	src
Committed By:	itojun
Date:		Sat Jan  3 01:40:32 UTC 2004

Modified Files:
	src/sbin/rtsol: Makefile
	src/usr.sbin/rtsold: Makefile dump.c if.c probe.c rtsock.c rtsol.c
	    rtsold.c

Log Message:
rtsol: factor out dump.c if -DSMALL (for boot floppy)
use __func__ not __FUNCTION__
use timeradd() and timersub() from sys/time.h

from kame


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sbin/rtsol/Makefile
cvs rdiff -r1.10 -r1.11 src/usr.sbin/rtsold/Makefile \
    src/usr.sbin/rtsold/rtsol.c
cvs rdiff -r1.7 -r1.8 src/usr.sbin/rtsold/dump.c
cvs rdiff -r1.12 -r1.13 src/usr.sbin/rtsold/if.c
cvs rdiff -r1.8 -r1.9 src/usr.sbin/rtsold/probe.c
cvs rdiff -r1.4 -r1.5 src/usr.sbin/rtsold/rtsock.c
cvs rdiff -r1.25 -r1.26 src/usr.sbin/rtsold/rtsold.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.