diff options
author | davidxu <davidxu@FreeBSD.org> | 2008-06-17 08:23:45 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2008-06-17 08:23:45 +0000 |
commit | 6061beeb704135869efb84738db3f15ddce6afe9 (patch) | |
tree | 42891a2afd0cc1bb21c0e35696f7b284a074aeed /lib | |
parent | daf7b8336e88746e10784e13be80681c72958e71 (diff) | |
download | FreeBSD-src-6061beeb704135869efb84738db3f15ddce6afe9.zip FreeBSD-src-6061beeb704135869efb84738db3f15ddce6afe9.tar.gz |
Style fix.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/posix_spawn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/posix_spawn.c b/lib/libc/gen/posix_spawn.c index eb1021d..6f44d44 100644 --- a/lib/libc/gen/posix_spawn.c +++ b/lib/libc/gen/posix_spawn.c @@ -332,7 +332,8 @@ posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, return (0); } -int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, +int +posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fildes) { posix_spawn_file_actions_entry_t *fae; |