summaryrefslogtreecommitdiffstats
path: root/contrib/amd/amd/autil.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/amd/amd/autil.c')
-rw-r--r--contrib/amd/amd/autil.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/amd/amd/autil.c b/contrib/amd/amd/autil.c
index ca089bd..00ca8ea 100644
--- a/contrib/amd/amd/autil.c
+++ b/contrib/amd/amd/autil.c
@@ -17,7 +17,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
+ * must display the following acknowledgment:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
@@ -38,7 +38,7 @@
*
* %W% (Berkeley) %G%
*
- * $Id: autil.c,v 5.2.2.2 1992/03/07 17:52:06 jsp Exp $
+ * $Id: autil.c,v 1.2 1998/12/27 06:24:46 ezk Exp $
*
*/
@@ -393,7 +393,7 @@ top:
goto top;
}
if (pid == 0) { /* child process (foreground==false) */
- mypid = getpid();
+ am_set_mypid();
foreground = 0;
} else { /* parent process, has one more child */
NumChild++;
OpenPOWER on IntegriCloud