RS_LOOKUP feature for libc functions that want to access servers.

let ipc talk to all USER processes and vice versa.

pm sig wrapper notify has to be called from two files.

actually install include files.
This commit is contained in:
Ben Gras
2009-09-21 15:25:15 +00:00
parent a5599efd9c
commit 32fa22fc2d
8 changed files with 54 additions and 9 deletions

View File

@@ -8,11 +8,11 @@ all::
clean::
install::
#-rm -rf $(INC)
#mkdir -p $(INC)
#cpdir . $(INC)
#@chown -R bin $(INC)
#@rm -f $(INC)/Makefile
-rm -rf $(INC)
mkdir -p $(INC)
cpdir . $(INC)
@chown -R bin $(INC)
@rm -f $(INC)/Makefile
gcc: install
SHELL=/bin/sh; if [ -f $(MKHEADERS343) ] ; then sh -e $(MKHEADERS343) ; fi

View File

@@ -636,7 +636,7 @@
* arguments are passed in
* a struct rs_start
*/
#define RS_LOOKUP (DS_RQ_BASE + 8) /* lookup server name */
#define RS_LOOKUP (RS_RQ_BASE + 8) /* lookup server name */
# define RS_CMD_ADDR m1_p1 /* command string */
# define RS_CMD_LEN m1_i1 /* length of command */