X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/60a8683fb076275f1d1c660703c616e718ac048a..7be182d4906b34f434845222c75a1af1a1644733:/openbsd-compat/bsd-nextstep.c diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c index f3c1fb6d..8195af88 100644 --- a/openbsd-compat/bsd-nextstep.c +++ b/openbsd-compat/bsd-nextstep.c @@ -1,4 +1,6 @@ /* + * Copyright (c) 2000,2001 Ben Lindstrom. All rights reserved. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -22,8 +24,6 @@ #include "includes.h" -RCSID("$Id$"); - #ifdef HAVE_NEXT #include #include @@ -40,7 +40,7 @@ posix_wait(int *status) if (status) *status = (int) statusp.w_status; - return wait_pid; + return (wait_pid); } int