about summary refs log tree commit diff
path: root/sysdeps/generic/device-nrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/device-nrs.h')
-rw-r--r--sysdeps/generic/device-nrs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/device-nrs.h b/sysdeps/generic/device-nrs.h
index b0ce6687c6..d9a13e509a 100644
--- a/sysdeps/generic/device-nrs.h
+++ b/sysdeps/generic/device-nrs.h
@@ -1,5 +1,5 @@
 /* Device numbers of devices used in the implementation.  Generic version.
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000,01 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
@@ -23,6 +23,6 @@
 /* By default we know no device numbers.  */
 
 /* We cannot check whether a given device is a tty.  */
-#define DEV_TTY_P(dev) (0)
+#define DEV_TTY_P(statp) (0)
 
 #endif	/* device-nrs.h */