diff options
Diffstat (limited to 'streams/fattach.c')
-rw-r--r-- | streams/fattach.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/streams/fattach.c b/streams/fattach.c index 6a282d89a8..8e1edfc50f 100644 --- a/streams/fattach.c +++ b/streams/fattach.c @@ -19,9 +19,7 @@ #include <stropts.h> int -fattach (fildes, path) - int fildes; - const char *path; +fattach (int fildes, const char *path) { __set_errno (ENOSYS); return -1; |