Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump/net/lib



Module Name:    src
Committed By:   pooka
Date:           Thu Oct 16 19:14:51 UTC 2008

Modified Files:
        src/sys/rump/net/lib/libnet: Makefile
        src/sys/rump/net/lib/libnetinet: Makefile
Added Files:
        src/sys/rump/net/lib/libnetinet: Makefile.inc dummy.c

Log Message:
Deal with the ld.so/linkset brokenness and compile all of libnet
and libnetinet into a big bunch for now.  If they were separate
libraries, the DOMAIN_DEFINE() in the latter on the linkline would
not get noticed at "boot" time because of the abovementioned
brokenness.  One of these days I'll add code to dlopen() the
libraries and resplit them, but this will allow things to work
until then.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/rump/net/lib/libnet/Makefile
cvs rdiff -r1.2 -r1.3 src/sys/rump/net/lib/libnetinet/Makefile
cvs rdiff -r0 -r1.1 src/sys/rump/net/lib/libnetinet/Makefile.inc \
    src/sys/rump/net/lib/libnetinet/dummy.c

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



Home | Main Index | Thread Index | Old Index