diff options
author | 2006-03-20 18:26:55 +0000 | |
---|---|---|
committer | 2006-03-20 18:26:55 +0000 | |
commit | c64ced71c1bd1fdb71a3d57e185df341ec2151ee (patch) | |
tree | 39bd57f0282f3051d722859a05650073054332e2 /usr.bin/ssh/sshlogin.c | |
parent | sprinkle some ARGSUSED for table driven functions (which sometimes must ignore their args) (diff) | |
download | wireguard-openbsd-c64ced71c1bd1fdb71a3d57e185df341ec2151ee.tar.xz wireguard-openbsd-c64ced71c1bd1fdb71a3d57e185df341ec2151ee.zip |
annoying spacing fixes getting in the way of real diffs
Diffstat (limited to 'usr.bin/ssh/sshlogin.c')
-rw-r--r-- | usr.bin/ssh/sshlogin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshlogin.c b/usr.bin/ssh/sshlogin.c index 7ad4c922256..a1470065b30 100644 --- a/usr.bin/ssh/sshlogin.c +++ b/usr.bin/ssh/sshlogin.c @@ -129,7 +129,7 @@ store_lastlog_message(const char *user, uid_t uid) */ void record_login(pid_t pid, const char *tty, const char *user, uid_t uid, - const char *host, struct sockaddr * addr, socklen_t addrlen) + const char *host, struct sockaddr *addr, socklen_t addrlen) { int fd; struct lastlog ll; |