aboutsummaryrefslogtreecommitdiff
path: root/portable
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
committerRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
commit574a9c0456c182831b3d01a4d7ee0c737b91b107 (patch)
tree299cb3b58751301e63b4f5a89f4eab03af9623c9 /portable
parente571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff)
Remove Subversion Id strings
Diffstat (limited to 'portable')
-rw-r--r--portable/asprintf.c3
-rw-r--r--portable/dummy.c3
-rw-r--r--portable/macros.h3
-rw-r--r--portable/snprintf.c3
-rw-r--r--portable/stdbool.h3
-rw-r--r--portable/strlcat.c3
-rw-r--r--portable/strlcpy.c3
-rw-r--r--portable/system.h3
8 files changed, 8 insertions, 16 deletions
diff --git a/portable/asprintf.c b/portable/asprintf.c
index 9cae827..9451795 100644
--- a/portable/asprintf.c
+++ b/portable/asprintf.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Replacement for a missing asprintf and vasprintf.
*
* Provides the same functionality as the standard GNU library routines
diff --git a/portable/dummy.c b/portable/dummy.c
index 66341c3..8a0d54d 100644
--- a/portable/dummy.c
+++ b/portable/dummy.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Dummy symbol to prevent an empty library.
*
* On platforms that already have all of the functions that libportable would
diff --git a/portable/macros.h b/portable/macros.h
index dcffa59..8d5adbd 100644
--- a/portable/macros.h
+++ b/portable/macros.h
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Portability macros used in include files.
*
* Written by Russ Allbery <rra@stanford.edu>
diff --git a/portable/snprintf.c b/portable/snprintf.c
index 3c39de8..3775b8a 100644
--- a/portable/snprintf.c
+++ b/portable/snprintf.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Replacement for a missing snprintf or vsnprintf.
*
* The following implementation of snprintf was taken mostly verbatim from
diff --git a/portable/stdbool.h b/portable/stdbool.h
index 61dd8a1..01a2ff2 100644
--- a/portable/stdbool.h
+++ b/portable/stdbool.h
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Portability wrapper around <stdbool.h>.
*
* Provides the bool and _Bool types and the true and false constants,
diff --git a/portable/strlcat.c b/portable/strlcat.c
index 4816f90..f696db3 100644
--- a/portable/strlcat.c
+++ b/portable/strlcat.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Replacement for a missing strlcat.
*
* Provides the same functionality as the *BSD function strlcat, originally
diff --git a/portable/strlcpy.c b/portable/strlcpy.c
index d281645..596e968 100644
--- a/portable/strlcpy.c
+++ b/portable/strlcpy.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Replacement for a missing strlcpy.
*
* Provides the same functionality as the *BSD function strlcpy, originally
diff --git a/portable/system.h b/portable/system.h
index 1408ba7..b899d08 100644
--- a/portable/system.h
+++ b/portable/system.h
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Declarations of routines and variables in the C library. Including this
* file is the equivalent of including all of the following headers, portably:
*