summaryrefslogtreecommitdiff
path: root/misc/getttyent.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/getttyent.c')
-rw-r--r--misc/getttyent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/getttyent.c b/misc/getttyent.c
index 2ff0a7b5c2..7560170890 100644
--- a/misc/getttyent.c
+++ b/misc/getttyent.c
@@ -59,8 +59,8 @@ getttynam(tty)
return (t);
}
-static char *skip __P((char *)) internal_function;
-static char *value __P((char *)) internal_function;
+static char *skip (char *) __THROW internal_function;
+static char *value (char *) __THROW internal_function;
struct ttyent *
getttyent()