plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a1d42887d63ed853e07242d76b38614ad4eb2c76
parent b94ad13d4bb66daa6644345b055047395b8890b1
Author: rsc <devnull@localhost>
Date:   Tue,  4 Jan 2005 22:19:18 +0000

add execl and rand

Diffstat:
Msrc/lib9/mkfile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/lib9/mkfile b/src/lib9/mkfile @@ -97,6 +97,7 @@ LIB9OFILES=\ encodefmt.$O\ errstr.$O\ exec.$O\ + execl.$O\ fcallfmt.$O\ get9root.$O\ getcallerpc-$OBJTYPE.$O\ @@ -126,6 +127,7 @@ LIB9OFILES=\ postnote.$O\ qlock.$O\ quote.$O\ + rand.$O\ read9pmsg.$O\ readn.$O\ rfork.$O\