From 2b53bca326decd50012883f0cff3b5316a3e100d Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 19 Oct 2021 13:28:01 -0700 Subject: feat(rc): prototype of async jobs --- sys/cmd/rc/rc.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/cmd/rc/rc.h') 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 -- cgit v1.2.1