Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/18/1996 22:30:06
cgd
Wed Dec 18 14:25:11 PST 1996
Update of /cvsroot/src/lib/csu/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv1553/lib/csu/alpha

Modified Files:
	crt0.c 
Log Message:
include dlfcn.h for exported dynamic loader function prototypes.


cgd
Wed Dec 18 14:27:31 PST 1996
Update of /cvsroot/src/libexec/ld.elf_so
In directory netbsd1:/var/slash-tmp/cvs-serv1608/libexec/ld.elf_so

Modified Files:
	rtld.c 
Log Message:
nclude dlfcn.h, and pull RLTD_LAZY in from there.  Assume that RTLD_NOW is
RLTD_LAZY + 1 (for now), if it's not defined.  RTLD_NOW should be defined
in dlfcn.h, since some code (e.g. X11) wants it and assumes that it has
the value currently used by our RTLD_LAZY.