diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-21 07:38:43 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-21 07:38:43 +0000 |
| commit | e02897fa5ba3963f2dd7d477ae5e791410e0bf58 (patch) | |
| tree | 74143c5c7e8152c5c862ce6a68980670904a50bd /libexec/ftpd/skey-stuff.c | |
| parent | 617d73c29db06b1d0bcf7db612709bc6d1110f6f (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd/skey-stuff.c')
| -rw-r--r-- | libexec/ftpd/skey-stuff.c | 7 |
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> |
