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/31c1db5d349d
branches:  trunk
changeset: 582037:31c1db5d349d
user:      peter <peter%NetBSD.org@localhost>
date:      Tue Jun 14 12:18:24 2005 +0000

description:
Add RCSID.

diffstat:

 libexec/identd/ipf.c |  5 ++++-
 libexec/identd/pf.c  |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r fef9a290661f -r 31c1db5d349d libexec/identd/ipf.c
--- a/libexec/identd/ipf.c      Tue Jun 14 12:17:13 2005 +0000
+++ b/libexec/identd/ipf.c      Tue Jun 14 12:18:24 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipf.c,v 1.1 2005/04/03 22:15:32 peter Exp $ */
+/* $NetBSD: ipf.c,v 1.2 2005/06/14 12:18:24 peter Exp $ */
 
 /*
  * ipf.c - NAT lookup code for IP Filter.
@@ -7,6 +7,9 @@
  * Written by Peter Postma <peter%NetBSD.org@localhost>
  */
 
+#include <sys/cdefs.h>
+__RCSID("$NetBSD: ipf.c,v 1.2 2005/06/14 12:18:24 peter Exp $");
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
diff -r fef9a290661f -r 31c1db5d349d libexec/identd/pf.c
--- a/libexec/identd/pf.c       Tue Jun 14 12:17:13 2005 +0000
+++ b/libexec/identd/pf.c       Tue Jun 14 12:18:24 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pf.c,v 1.1 2005/04/03 22:15:32 peter Exp $ */
+/* $NetBSD: pf.c,v 1.2 2005/06/14 12:18:24 peter Exp $ */
 
 /*
  * pf.c - NAT lookup code for pf.
@@ -7,6 +7,9 @@
  * Written by Peter Postma <peter%NetBSD.org@localhost>
  */
 
+#include <sys/cdefs.h>
+__RCSID("$NetBSD: pf.c,v 1.2 2005/06/14 12:18:24 peter Exp $");
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>



Home | Main Index | Thread Index | Old Index