summaryrefslogtreecommitdiff
path: root/lib/csu/common
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/common')
-rw-r--r--lib/csu/common/crtbegin.c2
-rw-r--r--lib/csu/common/crtbrand.c2
-rw-r--r--lib/csu/common/crtend.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/common/crtbegin.c b/lib/csu/common/crtbegin.c
index ec50ecdee121f..1f915e5775b6b 100644
--- a/lib/csu/common/crtbegin.c
+++ b/lib/csu/common/crtbegin.c
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/csu/common/crtbegin.c,v 1.8.26.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include <sys/param.h>
diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c
index 684a48e9b64f8..f7510b3c6a4c4 100644
--- a/lib/csu/common/crtbrand.c
+++ b/lib/csu/common/crtbrand.c
@@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4.10.1.2.1 2008/10/02 02:57:24 kensmith Exp $");
#include <sys/param.h>
diff --git a/lib/csu/common/crtend.c b/lib/csu/common/crtend.c
index 4b33f0c7bb4fc..e7bf7149f2f43 100644
--- a/lib/csu/common/crtend.c
+++ b/lib/csu/common/crtend.c
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/csu/common/crtend.c,v 1.3.30.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include <sys/cdefs.h>