plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 7e4a17cf3302c3cb4682d2f3d96a88ca951280e8
parent 4c2a6585b30930f6bff71744f44aad31aefafd33
Author: rsc <devnull@localhost>
Date:   Wed,  9 Jun 2004 14:06:09 +0000

use libplumb instead

Diffstat:
Msrc/cmd/sam/mkfile | 3++-
Dsrc/cmd/sam/plumb.c | 9---------
2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/cmd/sam/mkfile b/src/cmd/sam/mkfile @@ -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 diff --git a/src/cmd/sam/plumb.c b/src/cmd/sam/plumb.c @@ -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; } -