]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-nextstep.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / openbsd-compat / bsd-nextstep.c
index f3c1fb6d58daf7d9728f6ed874ec8eb2ac2e817c..8195af88a4ba1d71e39ffb92bdab9f02c1b7bab7 100644 (file)
@@ -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 <errno.h>
 #include <sys/wait.h>
@@ -40,7 +40,7 @@ posix_wait(int *status)
        if (status)
                *status = (int) statusp.w_status;
 
-       return wait_pid;
+       return (wait_pid);
 }
 
 int
This page took 0.036631 seconds and 4 git commands to generate.