diff options
Diffstat (limited to 'openbsd-compat/bsd-nextstep.c')
-rw-r--r-- | openbsd-compat/bsd-nextstep.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c index 85b298a48..bd35a3afc 100644 --- a/openbsd-compat/bsd-nextstep.c +++ b/openbsd-compat/bsd-nextstep.c | |||
@@ -1,4 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2000,2001 Ben Lindstrom. All rights reserved. | ||
3 | * | ||
2 | * Redistribution and use in source and binary forms, with or without | 4 | * Redistribution and use in source and binary forms, with or without |
3 | * modification, are permitted provided that the following conditions | 5 | * modification, are permitted provided that the following conditions |
4 | * are met: | 6 | * are met: |
@@ -22,7 +24,7 @@ | |||
22 | 24 | ||
23 | #include "includes.h" | 25 | #include "includes.h" |
24 | 26 | ||
25 | RCSID("$Id: bsd-nextstep.c,v 1.4 2001/03/26 05:35:34 mouring Exp $"); | 27 | RCSID("$Id: bsd-nextstep.c,v 1.6 2003/06/01 03:23:57 mouring Exp $"); |
26 | 28 | ||
27 | #ifdef HAVE_NEXT | 29 | #ifdef HAVE_NEXT |
28 | #include <errno.h> | 30 | #include <errno.h> |
@@ -40,7 +42,7 @@ posix_wait(int *status) | |||
40 | if (status) | 42 | if (status) |
41 | *status = (int) statusp.w_status; | 43 | *status = (int) statusp.w_status; |
42 | 44 | ||
43 | return wait_pid; | 45 | return (wait_pid); |
44 | } | 46 | } |
45 | 47 | ||
46 | int | 48 | int |