diff options
Diffstat (limited to 'streams/isastream.c')
-rw-r--r-- | streams/isastream.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/streams/isastream.c b/streams/isastream.c index f8d2b20032..5ed976a330 100644 --- a/streams/isastream.c +++ b/streams/isastream.c @@ -20,8 +20,7 @@ #include <stropts.h> int -isastream (fildes) - int fildes; +isastream (int fildes) { /* In general we do not have a STREAMS implementation and therefore return 0. But for invalid file descriptors we have to return an |