aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/skey-stuff.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-11-21 07:38:43 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-11-21 07:38:43 +0000
commite02897fa5ba3963f2dd7d477ae5e791410e0bf58 (patch)
tree74143c5c7e8152c5c862ce6a68980670904a50bd /libexec/ftpd/skey-stuff.c
parent617d73c29db06b1d0bcf7db612709bc6d1110f6f (diff)
Notes
Diffstat (limited to 'libexec/ftpd/skey-stuff.c')
-rw-r--r--libexec/ftpd/skey-stuff.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c
index b6aba40d8a42..97f1650d7adc 100644
--- a/libexec/ftpd/skey-stuff.c
+++ b/libexec/ftpd/skey-stuff.c
@@ -1,8 +1,11 @@
/* Author: Wietse Venema, Eindhoven University of Technology.
- *
- * $Id$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <stdio.h>
#include <string.h>
#include <pwd.h>