pipe2: fix C89 compile problem
authorEric Blake <eblake@redhat.com>
Wed, 29 Jun 2011 23:05:08 +0000 (17:05 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 29 Jun 2011 23:05:08 +0000 (17:05 -0600)
commit7269b35c8d9be1a6f97906b9e29b8c422b92fc31
treedadb6d941ad0375c2ded2bea5f676d7e2e2380eb
parent3dbe75e4eb0623e54141a53aac7bb71d602e4332
pipe2: fix C89 compile problem

IRIX cc didn't like the initialization.

* lib/pipe2.c (pipe2): Avoid C99 array initialization.
Reported by Bruno Haible.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/pipe2.c