summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/asprintf.c2
-rw-r--r--compat/bitstring.h2
-rw-r--r--compat/closefrom.c2
-rw-r--r--compat/fgetln.c2
-rw-r--r--compat/forkpty-aix.c2
-rw-r--r--compat/forkpty-hpux.c2
-rw-r--r--compat/forkpty-sunos.c2
-rw-r--r--compat/getopt.c2
-rw-r--r--compat/imsg-buffer.c2
-rw-r--r--compat/imsg.c2
-rw-r--r--compat/imsg.h2
-rw-r--r--compat/queue.h2
-rw-r--r--compat/setenv.c2
-rw-r--r--compat/strcasestr.c2
-rw-r--r--compat/strlcat.c2
-rw-r--r--compat/strlcpy.c2
-rw-r--r--compat/strsep.c2
-rw-r--r--compat/strtonum.c2
-rw-r--r--compat/tree.h2
-rw-r--r--compat/vis.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/compat/asprintf.c b/compat/asprintf.c
index 9bd576e8..29d3fb88 100644
--- a/compat/asprintf.c
+++ b/compat/asprintf.c
@@ -1,4 +1,4 @@
-/* $Id: asprintf.c,v 1.7 2011-03-04 23:39:41 nicm Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2006 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/compat/bitstring.h b/compat/bitstring.h
index 07a71958..28817c08 100644
--- a/compat/bitstring.h
+++ b/compat/bitstring.h
@@ -1,4 +1,4 @@
-/* $Id: bitstring.h,v 1.1 2009-06-25 17:02:59 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: bitstring.h,v 1.5 2003/06/02 19:34:12 millert Exp $ */
/* $NetBSD: bitstring.h,v 1.5 1997/05/14 15:49:55 pk Exp $ */
diff --git a/compat/closefrom.c b/compat/closefrom.c
index b2e7e882..74714c13 100644
--- a/compat/closefrom.c
+++ b/compat/closefrom.c
@@ -1,4 +1,4 @@
-/* $Id: closefrom.c,v 1.1 2010-10-27 20:21:01 nicm Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2004-2005 Todd C. Miller <Todd.Miller@courtesan.com>
diff --git a/compat/fgetln.c b/compat/fgetln.c
index 598f0672..27bc01b6 100644
--- a/compat/fgetln.c
+++ b/compat/fgetln.c
@@ -1,4 +1,4 @@
-/* $Id: fgetln.c,v 1.5 2009-04-29 22:45:32 nicm Exp $ */
+/* $Id$ */
/* $NetBSD: fgetln.c,v 1.3 2007/08/07 02:06:58 lukem Exp $ */
/*-
diff --git a/compat/forkpty-aix.c b/compat/forkpty-aix.c
index 22f0ddfb..db9c2e71 100644
--- a/compat/forkpty-aix.c
+++ b/compat/forkpty-aix.c
@@ -1,4 +1,4 @@
-/* $Id: forkpty-aix.c,v 1.5 2011-01-10 22:45:09 nicm Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/compat/forkpty-hpux.c b/compat/forkpty-hpux.c
index a2afc361..90452f8d 100644
--- a/compat/forkpty-hpux.c
+++ b/compat/forkpty-hpux.c
@@ -1,4 +1,4 @@
-/* $Id: forkpty-hpux.c,v 1.1 2011-01-21 20:35:20 nicm Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/compat/forkpty-sunos.c b/compat/forkpty-sunos.c
index 66319892..90452f8d 100644
--- a/compat/forkpty-sunos.c
+++ b/compat/forkpty-sunos.c
@@ -1,4 +1,4 @@
-/* $Id: forkpty-sunos.c,v 1.10 2011-01-10 22:45:10 nicm Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/compat/getopt.c b/compat/getopt.c
index 1e4769d6..f6ecb588 100644
--- a/compat/getopt.c
+++ b/compat/getopt.c
@@ -1,4 +1,4 @@
-/* $Id: getopt.c,v 1.2 2009-08-09 18:35:38 nicm Exp $ */
+/* $Id$ */
/*
* Copyright (c) 1987, 1993, 1994
diff --git a/compat/imsg-buffer.c b/compat/imsg-buffer.c
index 4ee25a26..24db311d 100644
--- a/compat/imsg-buffer.c
+++ b/compat/imsg-buffer.c
@@ -1,4 +1,4 @@
-/* $Id: imsg-buffer.c,v 1.5 2010-06-06 00:08:28 tcunha Exp $ */
+/* $Id$ */
/* $OpenBSD: imsg-buffer.c,v 1.3 2010/05/26 13:56:07 nicm Exp $ */
/*
diff --git a/compat/imsg.c b/compat/imsg.c
index 71b0dde4..0feff660 100644
--- a/compat/imsg.c
+++ b/compat/imsg.c
@@ -1,4 +1,4 @@
-/* $Id: imsg.c,v 1.7 2010-11-13 16:29:05 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: imsg.c,v 1.3 2010/05/26 13:56:07 nicm Exp $ */
/*
diff --git a/compat/imsg.h b/compat/imsg.h
index b71a6124..f8a78e22 100644
--- a/compat/imsg.h
+++ b/compat/imsg.h
@@ -1,4 +1,4 @@
-/* $Id: imsg.h,v 1.5 2010-06-06 00:08:28 tcunha Exp $ */
+/* $Id$ */
/* $OpenBSD: imsg.h,v 1.4 2010/05/26 13:56:07 nicm Exp $ */
/*
diff --git a/compat/queue.h b/compat/queue.h
index 1d46283b..96d2ff80 100644
--- a/compat/queue.h
+++ b/compat/queue.h
@@ -1,4 +1,4 @@
-/* $Id: queue.h,v 1.1 2007-10-31 14:26:26 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: queue.h,v 1.31 2005/11/25 08:06:25 otto Exp $ */
/* $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $ */
diff --git a/compat/setenv.c b/compat/setenv.c
index 79461f04..43122ba5 100644
--- a/compat/setenv.c
+++ b/compat/setenv.c
@@ -1,4 +1,4 @@
-/* $Id: setenv.c,v 1.2 2010-06-05 18:20:48 nicm Exp $ */
+/* $Id$ */
/*
* Copyright (c) 2010 Dagobert Michelsen
diff --git a/compat/strcasestr.c b/compat/strcasestr.c
index 08a77934..5e03bbb0 100644
--- a/compat/strcasestr.c
+++ b/compat/strcasestr.c
@@ -1,4 +1,4 @@
-/* $Id: strcasestr.c,v 1.1 2009-07-02 07:31:02 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: strcasestr.c,v 1.3 2006/03/31 05:34:55 deraadt Exp $ */
/* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */
diff --git a/compat/strlcat.c b/compat/strlcat.c
index fc7f3520..1ba236e2 100644
--- a/compat/strlcat.c
+++ b/compat/strlcat.c
@@ -1,4 +1,4 @@
-/* $Id: strlcat.c,v 1.1 2007-10-31 14:26:26 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
/*
diff --git a/compat/strlcpy.c b/compat/strlcpy.c
index fb974fb3..80e13a8f 100644
--- a/compat/strlcpy.c
+++ b/compat/strlcpy.c
@@ -1,4 +1,4 @@
-/* $Id: strlcpy.c,v 1.1 2007-10-31 14:26:26 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: strlcpy.c,v 1.10 2005/08/08 08:05:37 espie Exp $ */
/*
diff --git a/compat/strsep.c b/compat/strsep.c
index e373c602..0a7aa328 100644
--- a/compat/strsep.c
+++ b/compat/strsep.c
@@ -1,4 +1,4 @@
-/* $Id: strsep.c,v 1.2 2011-01-10 22:45:10 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*-
diff --git a/compat/strtonum.c b/compat/strtonum.c
index cf1f9d38..860e5508 100644
--- a/compat/strtonum.c
+++ b/compat/strtonum.c
@@ -1,4 +1,4 @@
-/* $Id: strtonum.c,v 1.1 2007-10-31 14:26:26 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $ */
/*
diff --git a/compat/tree.h b/compat/tree.h
index 0f480e3e..4facaa3e 100644
--- a/compat/tree.h
+++ b/compat/tree.h
@@ -1,4 +1,4 @@
-/* $Id: tree.h,v 1.4 2009-05-26 18:31:10 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: tree.h,v 1.12 2009/03/02 09:42:55 mikeb Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
diff --git a/compat/vis.h b/compat/vis.h
index 0407e472..e43e9adc 100644
--- a/compat/vis.h
+++ b/compat/vis.h
@@ -1,4 +1,4 @@
-/* $Id: vis.h,v 1.5 2009-07-01 23:22:46 nicm Exp $ */
+/* $Id$ */
/* $OpenBSD: vis.h,v 1.11 2005/08/09 19:38:31 millert Exp $ */
/* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */