mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
MF22: prototype fix.
This commit is contained in:
parent
adf93ebc41
commit
52c5909ee2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37692
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ struct ttyent *getttynam __P((const char *));
|
|||
int setttyent __P((void));
|
||||
int endttyent __P((void));
|
||||
int isdialuptty __P((const char *));
|
||||
int isnetworktty __P((const char *));
|
||||
int isnettty __P((const char *));
|
||||
__END_DECLS
|
||||
|
||||
#endif /* !_TTYENT_H_ */
|
||||
|
|
Loading…
Reference in a new issue