Subject: why is there a call to "abort()" in lib/libc/net/rcmd.c ?
To: None <netbsd-users@NetBSD.ORG, port-i386@NetBSD.ORG>
From: Netbsd Mailing List <netbsd@vu.com>
List: port-i386
Date: 01/24/1996 15:01:20
on or about line 403 of lib/libc/net/rcmd.c there is a call to abort()
which is triggered if a call to gethostbyaddr() fails. i discovered this
when i kept finding files in "/" called "rlogind.core".
could somebody explain why that call is necessary at that point?