mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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\
|
||||
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
|
||||
|
|
|
@ -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…
Reference in a new issue