Avoid potential warnings by using pid_t in all places.
This commit was SVN r24071.
Этот коммит содержится в:
родитель
358b4a5cba
Коммит
1735f98c78
@ -1,6 +1,7 @@
|
||||
/*
|
||||
* Copyright (c) 2004-2010 The Trustees of Indiana University.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
|
||||
*
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
@ -49,7 +50,7 @@ int opal_compress_gzip_module_finalize(void)
|
||||
|
||||
int opal_compress_gzip_compress(char * fname, char **cname, char **postfix)
|
||||
{
|
||||
int child_pid = 0;
|
||||
pid_t child_pid = 0;
|
||||
int status = 0;
|
||||
|
||||
opal_output_verbose(10, mca_compress_gzip_component.super.output_handle,
|
||||
@ -135,7 +136,7 @@ int opal_compress_gzip_compress_nb(char * fname, char **cname, char **postfix, p
|
||||
|
||||
int opal_compress_gzip_decompress(char * cname, char **fname)
|
||||
{
|
||||
int child_pid = 0;
|
||||
pid_t child_pid = 0;
|
||||
int status = 0;
|
||||
|
||||
opal_output_verbose(10, mca_compress_gzip_component.super.output_handle,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user