aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/asprintf.c2
-rw-r--r--compat/bitstring.h1
-rw-r--r--compat/cfmakeraw.c2
-rw-r--r--compat/closefrom.c2
-rw-r--r--compat/daemon.c1
-rw-r--r--compat/fgetln.c1
-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.c1
-rw-r--r--compat/imsg.c1
-rw-r--r--compat/imsg.h1
-rw-r--r--compat/openat.c2
-rw-r--r--compat/setenv.c2
-rw-r--r--compat/strcasestr.c1
-rw-r--r--compat/strlcat.c1
-rw-r--r--compat/strlcpy.c1
-rw-r--r--compat/strsep.c1
-rw-r--r--compat/strtonum.c1
-rw-r--r--compat/tree.h1
-rw-r--r--compat/unvis.c1
-rw-r--r--compat/vis.c1
-rw-r--r--compat/vis.h1
24 files changed, 0 insertions, 33 deletions
diff --git a/compat/asprintf.c b/compat/asprintf.c
index 66f00996..733fc81b 100644
--- a/compat/asprintf.c
+++ b/compat/asprintf.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 2006 Nicholas Marriott <nicm@users.sourceforge.net>
*
diff --git a/compat/bitstring.h b/compat/bitstring.h
index 28817c08..8fc3423e 100644
--- a/compat/bitstring.h
+++ b/compat/bitstring.h
@@ -1,4 +1,3 @@
-/* $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/cfmakeraw.c b/compat/cfmakeraw.c
index 3f8dc7e5..85b2c9bc 100644
--- a/compat/cfmakeraw.c
+++ b/compat/cfmakeraw.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 2013 Dagobert Michelsen
* Copyright (c) 2013 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/compat/closefrom.c b/compat/closefrom.c
index 74714c13..591769dd 100644
--- a/compat/closefrom.c
+++ b/compat/closefrom.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 2004-2005 Todd C. Miller <Todd.Miller@courtesan.com>
*
diff --git a/compat/daemon.c b/compat/daemon.c
index 661f7fd5..3e87874b 100644
--- a/compat/daemon.c
+++ b/compat/daemon.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* $OpenBSD: daemon.c,v 1.6 2005/08/08 08:05:33 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
diff --git a/compat/fgetln.c b/compat/fgetln.c
index 08ddc840..a5c2489d 100644
--- a/compat/fgetln.c
+++ b/compat/fgetln.c
@@ -1,4 +1,3 @@
-/* $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 7638c528..fd558eb8 100644
--- a/compat/forkpty-aix.c
+++ b/compat/forkpty-aix.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
*
diff --git a/compat/forkpty-hpux.c b/compat/forkpty-hpux.c
index c72e096d..59130e1b 100644
--- a/compat/forkpty-hpux.c
+++ b/compat/forkpty-hpux.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
*
diff --git a/compat/forkpty-sunos.c b/compat/forkpty-sunos.c
index 0015bf48..554e51ac 100644
--- a/compat/forkpty-sunos.c
+++ b/compat/forkpty-sunos.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
*
diff --git a/compat/getopt.c b/compat/getopt.c
index 38c317cc..a93f368a 100644
--- a/compat/getopt.c
+++ b/compat/getopt.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 1987, 1993, 1994
* The Regents of the University of California. All rights reserved.
diff --git a/compat/imsg-buffer.c b/compat/imsg-buffer.c
index 2242e01e..450fdf1b 100644
--- a/compat/imsg-buffer.c
+++ b/compat/imsg-buffer.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* $OpenBSD: imsg-buffer.c,v 1.4 2014/06/30 00:25:17 deraadt Exp $ */
/*
diff --git a/compat/imsg.c b/compat/imsg.c
index c99cda1f..af0da44f 100644
--- a/compat/imsg.c
+++ b/compat/imsg.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* $OpenBSD: imsg.c,v 1.6 2014/06/30 00:26:22 deraadt Exp $ */
/*
diff --git a/compat/imsg.h b/compat/imsg.h
index 49a2aeb3..06fe1bc1 100644
--- a/compat/imsg.h
+++ b/compat/imsg.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/* $OpenBSD: imsg.h,v 1.3 2013/12/26 17:32:33 eric Exp $ */
/*
diff --git a/compat/openat.c b/compat/openat.c
index 005235b4..5cd9e551 100644
--- a/compat/openat.c
+++ b/compat/openat.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 2013 Nicholas Marriott <nicm@users.sourceforge.net>
*
diff --git a/compat/setenv.c b/compat/setenv.c
index 43122ba5..6c7d29ec 100644
--- a/compat/setenv.c
+++ b/compat/setenv.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 2010 Dagobert Michelsen
* Copyright (c) 2010 Nicholas Marriott <nicm@users.sourceforge.net>
diff --git a/compat/strcasestr.c b/compat/strcasestr.c
index 5e03bbb0..aa74c017 100644
--- a/compat/strcasestr.c
+++ b/compat/strcasestr.c
@@ -1,4 +1,3 @@
-/* $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 1ba236e2..e081c4f6 100644
--- a/compat/strlcat.c
+++ b/compat/strlcat.c
@@ -1,4 +1,3 @@
-/* $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 80e13a8f..d6e8e77c 100644
--- a/compat/strlcpy.c
+++ b/compat/strlcpy.c
@@ -1,4 +1,3 @@
-/* $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 0a7aa328..c44bc5b2 100644
--- a/compat/strsep.c
+++ b/compat/strsep.c
@@ -1,4 +1,3 @@
-/* $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 860e5508..4c7b0c9f 100644
--- a/compat/strtonum.c
+++ b/compat/strtonum.c
@@ -1,4 +1,3 @@
-/* $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 73041340..80d0f538 100644
--- a/compat/tree.h
+++ b/compat/tree.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/* $OpenBSD: tree.h,v 1.13 2011/07/09 00:19:45 pirofti Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
diff --git a/compat/unvis.c b/compat/unvis.c
index 874b2275..e1f09ec9 100644
--- a/compat/unvis.c
+++ b/compat/unvis.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* $OpenBSD: unvis.c,v 1.12 2005/08/08 08:05:34 espie Exp $ */
/*-
* Copyright (c) 1989, 1993
diff --git a/compat/vis.c b/compat/vis.c
index da4ac7cd..97eb5271 100644
--- a/compat/vis.c
+++ b/compat/vis.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* $OpenBSD: vis.c,v 1.19 2005/09/01 17:15:49 millert Exp $ */
/*-
* Copyright (c) 1989, 1993
diff --git a/compat/vis.h b/compat/vis.h
index e43e9adc..d6ff235d 100644
--- a/compat/vis.h
+++ b/compat/vis.h
@@ -1,4 +1,3 @@
-/* $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 $ */