tcreate, perror, and remove are now properly in the headers. - 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 f37a36a8f4360cd86fa3a60223d371a2177a3512
(DIR) parent fc1d90caca17395602b26c99215ded32963eb372
(HTM) Author: rsc <devnull@localhost>
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(-)
---
(DIR) 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*);