mirror of git://anongit.mindrot.org/openssh.git
Missing semicolon.
This commit is contained in:
parent
2923d026e5
commit
5b467ceef2
|
@ -28,7 +28,7 @@ void platform_setusercontext(struct passwd *);
|
|||
void platform_setusercontext_post_groups(struct passwd *);
|
||||
char *platform_get_krb5_client(const char *);
|
||||
char *platform_krb5_get_principal_name(const char *);
|
||||
int platform_locked_account(struct passwd *)
|
||||
int platform_locked_account(struct passwd *);
|
||||
int platform_sys_dir_uid(uid_t);
|
||||
void platform_disable_tracing(int);
|
||||
|
||||
|
|
Loading…
Reference in New Issue