plan9port

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

commit b350297447082c5cac9e992e9b1439403f83c2bb
parent c4954d68b8a46c9cbf2e26533e0f82d13522bbb4
Author: rsc <devnull@localhost>
Date:   Tue, 30 Sep 2003 19:10:53 +0000

Fix path to bio.h.

Diffstat:
Msrc/libbio/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libbio/Makefile b/src/libbio/Makefile @@ -22,7 +22,7 @@ OFILES=\ bputrune.$O\ HFILES=\ - bio.h\ + $(9SRC)/include/bio.h\ include $(9SRC)/Makesyslib