tcreate, perror, and remove are now properly in the headers. - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit f37a36a8f4360cd86fa3a60223d371a2177a3512
parent fc1d90caca17395602b26c99215ded32963eb372
Author: rsc 
Date:   Sun, 23 Nov 2003 17:52:04 +0000

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

Diffstat:
  M src/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
t@@ -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*);