xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e695b849af8d88a5e7b719d396c1035d37126b36
parent af689dcf7e3a6a8bdec8afff0f0e799f31929203
Author: rsc <rsc>
Date:   Wed,  8 Aug 2007 08:44:11 +0000

spacing

Diffstat:
Mzombie.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zombie.c b/zombie.c @@ -7,6 +7,6 @@ int main(void) { - fork(); - exit(); + fork(); + exit(); }