aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/rc/rc.h')
-rw-r--r--sys/cmd/rc/rc.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/cmd/rc/rc.h b/sys/cmd/rc/rc.h
index ef7c18e..55a4eb2 100644
--- a/sys/cmd/rc/rc.h
+++ b/sys/cmd/rc/rc.h
@@ -95,12 +95,12 @@ struct Redir
enum
{
- PNil,
- PRun,
- PStop,
- PSig,
- PAgain,
- PDone,
+ Pnil,
+ Prun,
+ Pstop,
+ Psig,
+ Pagain,
+ Pdone,
};
struct WaitItem