diff options
Diffstat (limited to 'misc/ttyent.h')
-rw-r--r-- | misc/ttyent.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/ttyent.h b/misc/ttyent.h index e95db259ca..fb3f952e04 100644 --- a/misc/ttyent.h +++ b/misc/ttyent.h @@ -57,10 +57,12 @@ struct ttyent { #include <sys/cdefs.h> __BEGIN_DECLS -struct ttyent *getttyent __P((void)); -struct ttyent *getttynam __P((const char *)); -int setttyent __P((void)); -int endttyent __P((void)); + +struct ttyent *getttyent __P ((void)); +struct ttyent *getttynam __P ((__const char *)); +int setttyent __P ((void)); +int endttyent __P ((void)); + __END_DECLS #endif /* !_TTYENT_H_ */ |