Added RCSID("$Id$");

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@206 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-12-27 13:25:39 +00:00
parent 19186c0f53
commit 67f906f599
26 changed files with 52 additions and 114 deletions

View File

@@ -31,10 +31,6 @@
* SUCH DAMAGE.
*/
#ifndef lint
static char sccsid[] = "@(#)auth.c 8.3 (Berkeley) 5/30/95";
#endif /* not lint */
/*
* Copyright (C) 1990 by the Massachusetts Institute of Technology
*
@@ -57,6 +53,8 @@ static char sccsid[] = "@(#)auth.c 8.3 (Berkeley) 5/30/95";
#include <config.h>
RCSID("$Id$");
#if defined(AUTHENTICATION)
#include <stdio.h>
#include <sys/types.h>