Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/identd add RCSID.
details: https://anonhg.NetBSD.org/src/rev/448c32651b6b
branches: trunk
changeset: 558224:448c32651b6b
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 31 22:03:31 2004 +0000
description:
add RCSID.
diffstat:
libexec/identd/identd.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ee1152f38331 -r 448c32651b6b libexec/identd/identd.c
--- a/libexec/identd/identd.c Sat Jan 31 21:55:58 2004 +0000
+++ b/libexec/identd/identd.c Sat Jan 31 22:03:31 2004 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index