tuse libplumb instead - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7e4a17cf3302c3cb4682d2f3d96a88ca951280e8
 (DIR) parent 4c2a6585b30930f6bff71744f44aad31aefafd33
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed,  9 Jun 2004 14:06:09 +0000
       
       use libplumb instead
       
       Diffstat:
         M src/cmd/sam/mkfile                  |       3 ++-
         D src/cmd/sam/plumb.c                 |       9 ---------
       
       2 files changed, 2 insertions(+), 10 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/sam/mkfile b/src/cmd/sam/mkfile
       t@@ -13,7 +13,6 @@ OFILES=sam.$O\
                mesg.$O\
                moveto.$O\
                multi.$O\
       -        plumb.$O\
                rasp.$O\
                regexp.$O\
                shell.$O\
       t@@ -27,4 +26,6 @@ HFILES=sam.h\
                errors.h\
                mesg.h\
        
       +SHORTLIB=plumb 9
       +
        <$PLAN9/src/mkone
 (DIR) diff --git a/src/cmd/sam/plumb.c b/src/cmd/sam/plumb.c
       t@@ -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; }
       -