diff options
| author | christos <christos@NetBSD.org> | 2004-01-31 22:03:31 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2004-01-31 22:03:31 +0000 |
| commit | 2a56437104f9439a66ae93c0130867d9a0d83697 (patch) | |
| tree | b117915ad53d7f79500f0e8202f540ab427965c8 /libexec/identd | |
| parent | 299d76bfbbb31ce3419610481faffafef796948f (diff) | |
add RCSID.
Diffstat (limited to 'libexec/identd')
| -rw-r--r-- | libexec/identd/identd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/identd/identd.c b/libexec/identd/identd.c index 2a5c9782d1d..f931d612d35 100644 --- a/libexec/identd/identd.c +++ b/libexec/identd/identd.c @@ -1,4 +1,4 @@ -/* $NetBSD: identd.c,v 1.20 2004/01/31 21:47:17 christos Exp $ */ +/* $NetBSD: identd.c,v 1.21 2004/01/31 22:03:31 christos Exp $ */ /* * identd.c - TCP/IP Ident protocol server. @@ -37,6 +37,8 @@ #include <syslog.h> #include <unistd.h> +__RCSID("$NetBSD: identd.c,v 1.21 2004/01/31 22:03:31 christos Exp $"); + #define OPSYS_NAME "UNIX" #define IDENT_SERVICE "auth" #define TIMEOUT 30 /* seconds */ |
