From 4f3f135e7c5a1163ebf735923864c87e7344530d Mon Sep 17 00:00:00 2001 From: charnier Date: Tue, 25 Nov 1997 07:17:15 +0000 Subject: Sort #includes. Add rcsid. Add man page section in .Xrefs. --- libexec/rlogind/rlogind.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'libexec/rlogind/rlogind.c') diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index e92b323..b0227e6 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -29,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: rlogind.c,v 1.17 1997/03/28 15:48:16 imp Exp $ */ #ifndef lint @@ -40,7 +38,11 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static const char sccsid[] = "@(#)rlogind.c 8.1 (Berkeley) 6/4/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ /* @@ -68,14 +70,14 @@ static const char sccsid[] = "@(#)rlogind.c 8.1 (Berkeley) 6/4/93"; #include #include +#include +#include #include #include -#include #include -#include #include #include -#include +#include #include "pathnames.h" #ifndef TIOCPKT_WINDOW -- cgit v1.1