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