diff options
Diffstat (limited to 'libexec/identd')
-rw-r--r-- | libexec/identd/Makefile | 2 | ||||
-rw-r--r-- | libexec/identd/error.h | 3 | ||||
-rw-r--r-- | libexec/identd/identd.c | 2 | ||||
-rw-r--r-- | libexec/identd/identd.h | 3 | ||||
-rw-r--r-- | libexec/identd/openbsd.c | 3 | ||||
-rw-r--r-- | libexec/identd/parse.c | 2 | ||||
-rw-r--r-- | libexec/identd/version.c | 2 |
7 files changed, 12 insertions, 5 deletions
diff --git a/libexec/identd/Makefile b/libexec/identd/Makefile index 08b49134b43..f96361c8bae 100644 --- a/libexec/identd/Makefile +++ b/libexec/identd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 2000/04/10 20:39:05 ericj Exp $ +# $OpenBSD: Makefile,v 1.6 2001/01/28 19:34:28 niklas Exp $ PROG= identd SRCS= identd.c openbsd.c parse.c version.c diff --git a/libexec/identd/error.h b/libexec/identd/error.h index 4810ac4ff59..c27ee5e823c 100644 --- a/libexec/identd/error.h +++ b/libexec/identd/error.h @@ -1,5 +1,6 @@ +/* $OpenBSD: error.h,v 1.3 2001/01/28 19:34:28 niklas Exp $*/ + /* -** $Id: error.h,v 1.2 1997/07/23 20:36:27 kstailey Exp $ ** ** error.h Error handling macros ** diff --git a/libexec/identd/identd.c b/libexec/identd/identd.c index 20cc5104d28..5fe8c11f0e0 100644 --- a/libexec/identd/identd.c +++ b/libexec/identd/identd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: identd.c,v 1.15 2001/01/28 19:34:28 niklas Exp $ */ + /* * This program is in the public domain and may be used freely by anyone * who wants to. diff --git a/libexec/identd/identd.h b/libexec/identd/identd.h index 6dd71f293d7..073a5929557 100644 --- a/libexec/identd/identd.h +++ b/libexec/identd/identd.h @@ -1,5 +1,6 @@ +/* $OpenBSD: identd.h,v 1.6 2001/01/28 19:34:29 niklas Exp $*/ + /* -** $Id: identd.h,v 1.5 2000/06/18 04:43:28 beck Exp $ ** ** identd.h Common variables for the Pidentd daemon ** diff --git a/libexec/identd/openbsd.c b/libexec/identd/openbsd.c index e1110b4d02d..0334b93c008 100644 --- a/libexec/identd/openbsd.c +++ b/libexec/identd/openbsd.c @@ -1,10 +1,11 @@ +/* $OpenBSD: openbsd.c,v 1.15 2001/01/28 19:34:29 niklas Exp $ */ + /* * This program is in the public domain and may be used freely by anyone * who wants to. * * Please send bug fixes/bug reports to: Peter Eriksson <pen@lysator.liu.se> * - * $Id: openbsd.c,v 1.14 2000/06/18 04:43:28 beck Exp $ * This version elminates the kmem search in favour of a kernel sysctl to * get the user id associated with a connection - Bob Beck <beck@obtuse.com> */ diff --git a/libexec/identd/parse.c b/libexec/identd/parse.c index 4adb647c13e..1e9e45d8317 100644 --- a/libexec/identd/parse.c +++ b/libexec/identd/parse.c @@ -1,3 +1,5 @@ +/* $OpenBSD: parse.c,v 1.20 2001/01/28 19:34:29 niklas Exp $ */ + /* * This program is in the public domain and may be used freely by anyone * who wants to. diff --git a/libexec/identd/version.c b/libexec/identd/version.c index 3513bf4a50d..9e11de16c4b 100644 --- a/libexec/identd/version.c +++ b/libexec/identd/version.c @@ -1,2 +1,2 @@ -/* $Id: version.c,v 1.1 1995/10/18 08:43:18 deraadt Exp $ */ +/* $OpenBSD: version.c,v 1.2 2001/01/28 19:34:29 niklas Exp $ */ char *version = "2.1.2"; |