Subject: CVS commit: src/usr.bin/rup
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 08/07/2005 16:01:45
Module Name:	src
Committed By:	christos
Date:		Sun Aug  7 16:01:45 UTC 2005

Modified Files:
	src/usr.bin/rup: Makefile rup.c

Log Message:
From Liam Foy:
- Print uptime in secs if uptime is less than 1 minute
- If at least one call to onehost() fails, return one (allows for external error detection)
- Avoid leaks, use clnt_destroy (from OpenBSD)
- err(3) cleans
From me:
- lint cleanups
- more KNF


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/usr.bin/rup/Makefile
cvs rdiff -r1.25 -r1.26 src/usr.bin/rup/rup.c

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