imaxdiv: Avoid link error on OSF/1 with DTK cc.
[gnulib.git] / lib / spawn_faction_addopen.c
index 2f63bc3..ad72403 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2009-2011 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;