X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawn_faction_addopen.c;h=231d4be3047e88b4f4cb57681ee25cf7044bcd00;hb=969fe755730d23ba7ff21ae7511f66067d0a94d8;hp=2f63bc3c2ca9108389b20b8515420008ced79e6d;hpb=eaff1728aebaf49a7bc6f1c8ff7bc85025fe1151;p=gnulib.git diff --git a/lib/spawn_faction_addopen.c b/lib/spawn_faction_addopen.c index 2f63bc3c2..231d4be30 100644 --- a/lib/spawn_faction_addopen.c +++ b/lib/spawn_faction_addopen.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,8 +32,8 @@ `open' for the given file during the `spawn' call. */ int posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *file_actions, - int fd, const char *path, int oflag, - mode_t mode) + int fd, const char *path, int oflag, + mode_t mode) { int maxfd = __sysconf (_SC_OPEN_MAX); struct __spawn_action *rec;