plan9port

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

commit ef9890f65a1847b2567d158e4d0085eea6505333
parent 163c9a25ec5739a7023dbefc17ce4f5fdf8306ec
Author: rsc <devnull@localhost>
Date:   Sun, 23 Nov 2003 17:53:56 +0000

perror, create, remove now in the headers

Diffstat:
Msrc/cmd/samterm/samterm.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/cmd/samterm/samterm.h b/src/cmd/samterm/samterm.h @@ -177,7 +177,3 @@ void outlong(long); void outvlong(void*); void outsend(void); -int perror(char*); -int remove(char*); -int create(char*, int, ulong); -