Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/14/1995 15:50:02
jtc
Fri Apr 14 15:48:35 EDT 1995
Update of /a/cvsroot/src/lib/libc/rpc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv20186
Modified Files:
bindresvport.c clnt_generic.c clnt_simple.c getrpcport.c
pmap_rmt.c svc_simple.c svc_tcp.c svc_udp.c xdr_array.c
xdr_reference.c
Log Message:
Changed bzero to memset.
Changed bcmp to memcmp.
Added #include <string.h> to bring prototypes into scope.
mycroft
Fri Apr 14 15:49:36 EDT 1995
Update of /a/cvsroot/src/usr.sbin/cron
In directory pain.lcs.mit.edu:/b/src/usr.sbin/cron
Modified Files:
config.h do_command.c popen.c
Log Message:
Patch from Mike Pritchard to use `-t' option to sendmail, and prevent
overrunning some arrays.