about summary refs log tree commit diff
path: root/misc/ttyent.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ttyent.h')
-rw-r--r--misc/ttyent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ttyent.h b/misc/ttyent.h
index 0b221bccfa..fe418a5377 100644
--- a/misc/ttyent.h
+++ b/misc/ttyent.h
@@ -56,7 +56,7 @@ struct ttyent {
 __BEGIN_DECLS
 
 extern struct ttyent *getttyent (void) __THROW;
-extern struct ttyent *getttynam (__const char *__tty) __THROW;
+extern struct ttyent *getttynam (const char *__tty) __THROW;
 extern int setttyent (void) __THROW;
 extern int endttyent (void) __THROW;