]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/boot/boot.h
devproc: remove pgrpid == 1 check for notepg open
[plan9front.git] / sys / src / 9 / boot / boot.h
index 24273929e933e9b97491d44acb89fbe849829682..4cb7400bb267e22e17f0e6529b61738a042011e5 100644 (file)
@@ -4,8 +4,8 @@ enum {
 
 extern char*   bootdisk;
 
-extern void fatal(char*);
+extern void    fatal(char*);
 extern int     readfile(char*, char*, int);
-extern void run(char*, ...);
+extern void    run(char*, ...);
 extern void    setenv(char*, char*, int);
 extern int     writefile(char*, char*, int);