various changes from plan 9

This commit is contained in:
rsc 2004-12-27 00:14:43 +00:00
parent e1dc7e4511
commit 678ede7e54
5 changed files with 20 additions and 3 deletions

View file

@ -715,8 +715,8 @@ extern int unmount(char*, char*);
*/
extern int noted(int);
extern int notify(void(*)(void*, char*));
extern void notifyenable(char*);
extern void notifydisable(char*);
extern void noteenable(char*);
extern void notedisable(char*);
extern void notifyon(char*);
extern void notifyoff(char*);
extern int p9open(char*, int);