Subject: Warning: could not send message for past 4 hours
To: None <source@nb00.nas.nasa.gov>
From: Mail Delivery Subsystem <MAILER-DAEMON@NetBSD.ORG>
List: current-users
Date: 02/25/1998 19:20:41
**********************************************
** THIS IS A WARNING MESSAGE ONLY **
** YOU DO NOT NEED TO RESEND YOUR MESSAGE **
**********************************************
The original message was received at Wed, 25 Feb 1998 15:00:02 -0800 (PST)
from source@localhost
----- The following addresses had transient non-fatal errors -----
source-changes@netbsd.org
----- Transcript of session follows -----
source-changes@netbsd.org... Deferred: Connection timed out with homeworld.cygnus.com.
Warning: message still undelivered after 4 hours
Will keep trying until message is 5 days old
----- Original message follows -----
by nb00.nas.nasa.gov (8.8.8/8.8.8) id PAA27539
for source-changes@netbsd.org; Wed, 25 Feb 1998 15:00:02 -0800 (PST)
Date: Wed, 25 Feb 1998 15:00:02 -0800 (PST)
From: The Source of All Evil <source>
Message-Id: <199802252300.PAA27539@nb00.nas.nasa.gov>
To: source-changes@netbsd.org
Subject: NetBSD master CVS tree commits
perry
Wed Feb 25 14:51:29 PST 1998
Update of /cvsroot/src/lib/libc/sys
In directory nb00:/tmp/cvs-serv26839
Modified Files:
setregid.2
Log Message:
The parameters of setregid are gid_t, not int.
perry
Wed Feb 25 14:53:03 PST 1998
Update of /cvsroot/src/lib/libc/compat-43
In directory nb00:/tmp/cvs-serv26861
Modified Files:
setrgid.c
Log Message:
explicitly coerce a -1 to gid_t to quiet lint.
perry
Wed Feb 25 14:56:00 PST 1998
Update of /cvsroot/src/lib/libc/sys
In directory nb00:/tmp/cvs-serv26883
Modified Files:
setreuid.2
Log Message:
parameters to setreuid are uid_t, not int.
perry
Wed Feb 25 14:57:23 PST 1998
Update of /cvsroot/src/lib/libc/compat-43
In directory nb00:/tmp/cvs-serv27004
Modified Files:
setruid.c
Log Message:
Coerce -1 to a (uid_t) to shut up lint.