aboutsummaryrefslogtreecommitdiff
path: root/include/ttyent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ttyent.h')
-rw-r--r--include/ttyent.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/include/ttyent.h b/include/ttyent.h
index bfb5a9d3da65..12902d097fcf 100644
--- a/include/ttyent.h
+++ b/include/ttyent.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ttyent.h 8.1 (Berkeley) 6/2/93
+ * $FreeBSD$
*/
#ifndef _TTYENT_H_
@@ -65,12 +66,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));
-int isdialuptty __P((const char *));
-int isnettty __P((const char *));
+struct ttyent *getttyent(void);
+struct ttyent *getttynam(const char *);
+int setttyent(void);
+int endttyent(void);
+int isdialuptty(const char *);
+int isnettty(const char *);
__END_DECLS
#endif /* !_TTYENT_H_ */