plan9port

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

commit f37a36a8f4360cd86fa3a60223d371a2177a3512
parent fc1d90caca17395602b26c99215ded32963eb372
Author: rsc <devnull@localhost>
Date:   Sun, 23 Nov 2003 17:52:04 +0000

create, perror, and remove are now properly in the headers.

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

diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h @@ -405,7 +405,3 @@ void outvlong(void*); void outsend(void); void outflush(void); - -extern int create(char*, int, ulong); -extern int perror(char*); -extern int remove(char*);