From 76f0c923fe4b2a1616453876611dc76b4f6b5355 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 00:22:10 +0000 Subject: $Id$ -> $FreeBSD$ --- libexec/rtld-aout/Makefile | 2 +- libexec/rtld-aout/dynamic.h | 2 +- libexec/rtld-aout/i386/md-static-funcs.c | 2 +- libexec/rtld-aout/i386/md.c | 2 +- libexec/rtld-aout/i386/md.h | 2 +- libexec/rtld-aout/i386/mdprologue.S | 2 +- libexec/rtld-aout/rtld.1 | 2 +- libexec/rtld-aout/rtld.1aout | 2 +- libexec/rtld-aout/rtld.c | 2 +- libexec/rtld-aout/shlib.c | 2 +- libexec/rtld-aout/shlib.h | 2 +- libexec/rtld-aout/support.c | 2 +- libexec/rtld-aout/support.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'libexec/rtld-aout') diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile index 160f414..d2c99ec 100644 --- a/libexec/rtld-aout/Makefile +++ b/libexec/rtld-aout/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1998/06/01 13:00:32 peter Exp $ +# $FreeBSD$ PROG= ld.so SRCS= mdprologue.S rtld.c shlib.c md.c support.c MAN1= rtld.1 diff --git a/libexec/rtld-aout/dynamic.h b/libexec/rtld-aout/dynamic.h index c1890db..00d449f 100644 --- a/libexec/rtld-aout/dynamic.h +++ b/libexec/rtld-aout/dynamic.h @@ -27,7 +27,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. * - * $Id: dynamic.h,v 1.3 1997/02/22 15:46:18 peter Exp $ + * $FreeBSD$ */ #ifndef __DYNAMIC_H__ diff --git a/libexec/rtld-aout/i386/md-static-funcs.c b/libexec/rtld-aout/i386/md-static-funcs.c index 758a4b2..77c25c5 100644 --- a/libexec/rtld-aout/i386/md-static-funcs.c +++ b/libexec/rtld-aout/i386/md-static-funcs.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $FreeBSD$ * * Called by ld.so when onanating. * This *must* be a static function, so it is not called through a jmpslot. diff --git a/libexec/rtld-aout/i386/md.c b/libexec/rtld-aout/i386/md.c index 8e945e8..63b9d17 100644 --- a/libexec/rtld-aout/i386/md.c +++ b/libexec/rtld-aout/i386/md.c @@ -27,7 +27,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. * - * $Id$ + * $FreeBSD$ */ #include diff --git a/libexec/rtld-aout/i386/md.h b/libexec/rtld-aout/i386/md.h index 84785de..ef5b632 100644 --- a/libexec/rtld-aout/i386/md.h +++ b/libexec/rtld-aout/i386/md.h @@ -27,7 +27,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. * - * $Id: md.h,v 1.16 1997/02/22 15:46:34 peter Exp $ + * $FreeBSD$ */ #ifndef __MD_H__ diff --git a/libexec/rtld-aout/i386/mdprologue.S b/libexec/rtld-aout/i386/mdprologue.S index 091fe7f..f111bca 100644 --- a/libexec/rtld-aout/i386/mdprologue.S +++ b/libexec/rtld-aout/i386/mdprologue.S @@ -27,7 +27,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. * - * $Id$ + * $FreeBSD$ */ /* diff --git a/libexec/rtld-aout/rtld.1 b/libexec/rtld-aout/rtld.1 index 90e9d54..52a1b32 100644 --- a/libexec/rtld-aout/rtld.1 +++ b/libexec/rtld-aout/rtld.1 @@ -1,4 +1,4 @@ -.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. diff --git a/libexec/rtld-aout/rtld.1aout b/libexec/rtld-aout/rtld.1aout index 90e9d54..52a1b32 100644 --- a/libexec/rtld-aout/rtld.1aout +++ b/libexec/rtld-aout/rtld.1aout @@ -1,4 +1,4 @@ -.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. diff --git a/libexec/rtld-aout/rtld.c b/libexec/rtld-aout/rtld.c index eff59b6..a55e9bc 100644 --- a/libexec/rtld-aout/rtld.c +++ b/libexec/rtld-aout/rtld.c @@ -27,7 +27,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. * - * $Id: rtld.c,v 1.56 1998/08/22 15:51:41 mckay Exp $ + * $FreeBSD$ */ #include diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c index 5bd968f..989cf45 100644 --- a/libexec/rtld-aout/shlib.c +++ b/libexec/rtld-aout/shlib.c @@ -27,7 +27,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. * - * $Id: shlib.c,v 1.20 1998/06/07 03:53:08 brian Exp $ + * $FreeBSD$ */ #include diff --git a/libexec/rtld-aout/shlib.h b/libexec/rtld-aout/shlib.h index e7d2211..d05690f 100644 --- a/libexec/rtld-aout/shlib.h +++ b/libexec/rtld-aout/shlib.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. *- - * $Id: shlib.h,v 1.3 1997/02/22 15:46:24 peter Exp $ + * $FreeBSD$ */ /* diff --git a/libexec/rtld-aout/support.c b/libexec/rtld-aout/support.c index 0d9df2a..71a84ff 100644 --- a/libexec/rtld-aout/support.c +++ b/libexec/rtld-aout/support.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. *- - * $Id$ + * $FreeBSD$ */ #include #include diff --git a/libexec/rtld-aout/support.h b/libexec/rtld-aout/support.h index 5be1e31..da03407 100644 --- a/libexec/rtld-aout/support.h +++ b/libexec/rtld-aout/support.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. *- - * $Id$ + * $FreeBSD$ */ /* -- cgit v1.1