diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:48:31 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:48:31 +0000 |
| commit | fce15c9ab3ca0f4ffcbe6938087612818d7c7d80 (patch) | |
| tree | 25f4ec424ec1c7a9e0bfde8b69e88a765dec1ddd /libexec | |
| parent | 2f4706e95c959e4bc9c43ce8db54d5b351ea3817 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-aout/Makefile | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/dynamic.h | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/i386/md-static-funcs.c | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/i386/md.c | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/i386/md.h | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/i386/mdprologue.S | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/rtld.1 | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/rtld.1aout | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/rtld.c | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/shlib.c | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/shlib.h | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/support.c | 2 | ||||
| -rw-r--r-- | libexec/rtld-aout/support.h | 2 | ||||
| -rw-r--r-- | libexec/rtld-elf/rtld.1 | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile index 2bbed6071b285..22c5c6561bb6c 100644 --- a/libexec/rtld-aout/Makefile +++ b/libexec/rtld-aout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= ld.so SRCS= mdprologue.S rtld.c malloc.c shlib.c md.c support.c sbrk.c diff --git a/libexec/rtld-aout/dynamic.h b/libexec/rtld-aout/dynamic.h index 39ff7a7d63e46..1231a6262592d 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. * - * $FreeBSD$ + * $Id$ */ #ifndef __DYNAMIC_H__ diff --git a/libexec/rtld-aout/i386/md-static-funcs.c b/libexec/rtld-aout/i386/md-static-funcs.c index cddc32fb6a9b2..758a4b2317240 100644 --- a/libexec/rtld-aout/i386/md-static-funcs.c +++ b/libexec/rtld-aout/i386/md-static-funcs.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $Id$ * * 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 05de28d225870..8e945e8344f74 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. * - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/i386/md.h b/libexec/rtld-aout/i386/md.h index 48ac7f663b60b..d1c1d9d23e421 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. * - * $FreeBSD$ + * $Id$ */ #ifndef __MD_H__ diff --git a/libexec/rtld-aout/i386/mdprologue.S b/libexec/rtld-aout/i386/mdprologue.S index cd8d674138470..091fe7fdfce50 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. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/libexec/rtld-aout/rtld.1 b/libexec/rtld-aout/rtld.1 index a3734f9b66f5f..a67242faa4b3a 100644 --- a/libexec/rtld-aout/rtld.1 +++ b/libexec/rtld-aout/rtld.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. diff --git a/libexec/rtld-aout/rtld.1aout b/libexec/rtld-aout/rtld.1aout index a3734f9b66f5f..a67242faa4b3a 100644 --- a/libexec/rtld-aout/rtld.1aout +++ b/libexec/rtld-aout/rtld.1aout @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. diff --git a/libexec/rtld-aout/rtld.c b/libexec/rtld-aout/rtld.c index b14e1fb037565..b2c478c903a21 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. * - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c index 09fa1ce09c63f..efb0bb665bf89 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. * - * $FreeBSD$ + * $Id$ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/shlib.h b/libexec/rtld-aout/shlib.h index 675946199018e..796d37e7636cc 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. *- - * $FreeBSD$ + * $Id$ */ /* diff --git a/libexec/rtld-aout/support.c b/libexec/rtld-aout/support.c index 71a84ffa12998..0d9df2ab9312f 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. *- - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> #include <string.h> diff --git a/libexec/rtld-aout/support.h b/libexec/rtld-aout/support.h index da0340783f272..5be1e31c19d92 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. *- - * $FreeBSD$ + * $Id$ */ /* diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index a3734f9b66f5f..a67242faa4b3a 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. |
