use libplumb instead
This commit is contained in:
parent
4c2a6585b3
commit
7e4a17cf33
2 changed files with 2 additions and 10 deletions
|
|
@ -13,7 +13,6 @@ OFILES=sam.$O\
|
||||||
mesg.$O\
|
mesg.$O\
|
||||||
moveto.$O\
|
moveto.$O\
|
||||||
multi.$O\
|
multi.$O\
|
||||||
plumb.$O\
|
|
||||||
rasp.$O\
|
rasp.$O\
|
||||||
regexp.$O\
|
regexp.$O\
|
||||||
shell.$O\
|
shell.$O\
|
||||||
|
|
@ -27,4 +26,6 @@ HFILES=sam.h\
|
||||||
errors.h\
|
errors.h\
|
||||||
mesg.h\
|
mesg.h\
|
||||||
|
|
||||||
|
SHORTLIB=plumb 9
|
||||||
|
|
||||||
<$PLAN9/src/mkone
|
<$PLAN9/src/mkone
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
#include <u.h>
|
|
||||||
#include "plumb.h"
|
|
||||||
|
|
||||||
/* XXX - Can we do better than this? */
|
|
||||||
char *cleanname(char *s) { return s; }
|
|
||||||
char *plumbunpackattr(char *cbuf) { return 0; }
|
|
||||||
char *plumbpack(Plumbmsg *pm, int *i) { return 0; }
|
|
||||||
int plumbfree(Plumbmsg *pm) { return 0; }
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue