afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / rlogind / rexecd.c
index e620c50..c9af751 100644 (file)
@@ -1,23 +1,14 @@
-#ifndef lint
-#endif
-
 /*
  * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1983 Regents of the University of California.\n\
- All rights reserved.\n";
-#endif /* not lint */
+#include <afs/param.h>
+#include <afsconfig.h>
 
-#ifndef lint
-static char sccsid[] = "@(#)rexecd.c   5.4 (Berkeley) 5/9/86";
-#endif /* not lint */
+RCSID("$Header$");
 
-#include <afs/param.h>
 #include <afs/kautils.h>       /* for UserAuthGeneral */
 #include <sys/types.h>
 #ifdef AFS_SUN5_ENV