ansi-c++-opt: Provide option --enable-c++/--disable-c++ when possible.
[gnulib.git] / lib / pipe-filter-aux.h
index 4964431..179c296 100644 (file)
@@ -1,5 +1,5 @@
 /* Auxiliary code for filtering of data through a subprocess.
-   Copyright (C) 2001-2003, 2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2008-2010 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2009.
 
    This program is free software: you can redistribute it and/or modify
@@ -84,7 +84,7 @@ nonintr_write (int fd, const void *buf, size_t count)
 
 static inline int
 nonintr_select (int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
-               struct timeval *timeout)
+                struct timeval *timeout)
 {
   int retval;