X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fspawn_faction_adddup2.c;h=6ba9108bfa5e1f6c11c1b60c80b3498157ee5cf1;hb=b4e5a5f11bd67ce5435b5ecf43b7fb6a81ba62a0;hp=688873fda48d13d3230d8aadef2b7bb11e4f4892;hpb=eaff1728aebaf49a7bc6f1c8ff7bc85025fe1151;p=gnulib.git diff --git a/lib/spawn_faction_adddup2.c b/lib/spawn_faction_adddup2.c index 688873fda..6ba9108bf 100644 --- a/lib/spawn_faction_adddup2.c +++ b/lib/spawn_faction_adddup2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2009, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify @@ -32,7 +32,7 @@ `dup2' for the given file descriptors during the `spawn' call. */ int posix_spawn_file_actions_adddup2 (posix_spawn_file_actions_t *file_actions, - int fd, int newfd) + int fd, int newfd) { int maxfd = __sysconf (_SC_OPEN_MAX); struct __spawn_action *rec;