summaryrefslogtreecommitdiff
path: root/streams/fattach.c
diff options
context:
space:
mode:
Diffstat (limited to 'streams/fattach.c')
-rw-r--r--streams/fattach.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/streams/fattach.c b/streams/fattach.c
index 6a282d89a8..1caad519e9 100644
--- a/streams/fattach.c
+++ b/streams/fattach.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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;