From 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 21:39:35 +0000 Subject: 20060303 --- os/port/noenv.c | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 os/port/noenv.c (limited to 'os/port/noenv.c') diff --git a/os/port/noenv.c b/os/port/noenv.c new file mode 100644 index 00000000..446945ac --- /dev/null +++ b/os/port/noenv.c @@ -0,0 +1,33 @@ +/* + * use this when devenv.c not used + */ +#include "u.h" +#include "../port/lib.h" +#include "../port/error.h" +#include "mem.h" +#include "dat.h" +#include "fns.h" + +/* + * null kernel interface + */ +Egrp* +newegrp(void) +{ + return nil; +} + +void +closeegrp(Egrp*) +{ +} + +void +egrpcpy(Egrp*, Egrp*) +{ +} + +void +ksetenv(char*, char*, int) +{ +} -- cgit v1.2.3