Subject: CVS commit: src/libexec/rlogind
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/15/2004 20:45:52
Module Name:	src
Committed By:	christos
Date:		Mon Nov 15 20:45:52 UTC 2004

Modified Files:
	src/libexec/rlogind: Makefile rlogind.c

Log Message:
- use sockaddr_storage directly.
- socklen_t instead of int.
- check ss_len for validity.
- pass -a to login so that it can record the address we've logged in from.
- constify.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/libexec/rlogind/Makefile
cvs rdiff -r1.33 -r1.34 src/libexec/rlogind/rlogind.c

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