diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-06 04:53:25 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-06 04:53:25 +0200 |
commit | 5428bea57454391b47914f557b3b08f700912746 (patch) | |
tree | fac9fe4e4e79556e2a56fb4d73fb385bce3ce45c /sshlogin.h | |
parent | - (djm) Update config.guess and config.sub with latest versions (from (diff) | |
download | openssh-5428bea57454391b47914f557b3b08f700912746.tar.xz openssh-5428bea57454391b47914f557b3b08f700912746.zip |
- (bal) White Space and #ifdef sync with OpenBSD
Diffstat (limited to 'sshlogin.h')
-rw-r--r-- | sshlogin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshlogin.h b/sshlogin.h index 64007cf09..7285bc23e 100644 --- a/sshlogin.h +++ b/sshlogin.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshlogin.h,v 1.1 2001/03/04 01:46:30 djm Exp $ */ +/* $OpenBSD: sshlogin.h,v 1.1 2001/03/04 01:46:30 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -11,8 +11,8 @@ * incompatible with the protocol description in the RFC file, it must be * called by a name other than "ssh" or "Secure Shell". */ -#ifndef LOGIN_H -#define LOGIN_H +#ifndef SSHLOGIN_H +#define SSHLOGIN_H /* * Returns the time when the user last logged in. Returns 0 if the |