mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-11 04:42:16 +01:00
Fixed spelling of isnetworktty.
Fixed stray whitespace.
This commit is contained in:
parent
d7750f9aea
commit
b2280d1b63
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24923
@ -44,7 +44,7 @@
|
||||
#define _TTYS_INSECURE "insecure"
|
||||
#define _TTYS_WINDOW "window"
|
||||
#define _TTYS_GROUP "group"
|
||||
#define _TTYS_NOGROUP "none"
|
||||
#define _TTYS_NOGROUP "none"
|
||||
#define _TTYS_DIALUP "dialup"
|
||||
#define _TTYS_NETWORK "network"
|
||||
|
||||
@ -70,7 +70,7 @@ struct ttyent *getttynam __P((const char *));
|
||||
int setttyent __P((void));
|
||||
int endttyent __P((void));
|
||||
int isdialuptty __P((const char *));
|
||||
int isnettty __P((const char *));
|
||||
int isnetworktty __P((const char *));
|
||||
__END_DECLS
|
||||
|
||||
#endif /* !_TTYENT_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user