use libplumb instead

This commit is contained in:
rsc 2004-06-09 14:06:09 +00:00
parent 4c2a6585b3
commit 7e4a17cf33
2 changed files with 2 additions and 10 deletions

View file

@ -13,7 +13,6 @@ OFILES=sam.$O\
mesg.$O\
moveto.$O\
multi.$O\
plumb.$O\
rasp.$O\
regexp.$O\
shell.$O\
@ -27,4 +26,6 @@ HFILES=sam.h\
errors.h\
mesg.h\
SHORTLIB=plumb 9
<$PLAN9/src/mkone

View file

@ -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; }