URI:
       tperror, create, remove now in the headers - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ef9890f65a1847b2567d158e4d0085eea6505333
   DIR parent 163c9a25ec5739a7023dbefc17ce4f5fdf8306ec
  HTML Author: rsc <devnull@localhost>
       Date:   Sun, 23 Nov 2003 17:53:56 +0000
       
       perror, create, remove now in the headers
       
       Diffstat:
         M src/cmd/samterm/samterm.h           |       4 ----
       
       1 file changed, 0 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/src/cmd/samterm/samterm.h b/src/cmd/samterm/samterm.h
       t@@ -177,7 +177,3 @@ void        outlong(long);
        void        outvlong(void*);
        void        outsend(void);
        
       -int        perror(char*);
       -int        remove(char*);
       -int        create(char*, int, ulong);
       -