diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-26 19:47:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-26 19:47:42 +0000 |
commit | 5ca297f7f8d14f8cba604ff4c6a41bb4e87a8c22 (patch) | |
tree | f1a2fd9502d4b78b88ed3b1da86545c59c233087 /gnu/usr.bin/ld/i386 | |
parent | bb5f0166732e81b44c3b6547b1d9ee5e5a6f4143 (diff) |
RCS id cleanup
Diffstat (limited to 'gnu/usr.bin/ld/i386')
-rw-r--r-- | gnu/usr.bin/ld/i386/md-static-funcs.c | 2 | ||||
-rw-r--r-- | gnu/usr.bin/ld/i386/md.c | 2 | ||||
-rw-r--r-- | gnu/usr.bin/ld/i386/md.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/ld/i386/mdprologue.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/i386/md-static-funcs.c b/gnu/usr.bin/ld/i386/md-static-funcs.c index d81664e4783..1c116e5b676 100644 --- a/gnu/usr.bin/ld/i386/md-static-funcs.c +++ b/gnu/usr.bin/ld/i386/md-static-funcs.c @@ -1,5 +1,5 @@ +/* * $OpenBSD: md-static-funcs.c,v 1.2 1998/03/26 19:46:36 niklas Exp $*/ /* - * $Id: md-static-funcs.c,v 1.1 1995/10/18 08:40:56 deraadt Exp $ * * Called by ld.so when onanating. * This *must* be a static function, so it is not called through a jmpslot. diff --git a/gnu/usr.bin/ld/i386/md.c b/gnu/usr.bin/ld/i386/md.c index 029c09235dd..392298817b9 100644 --- a/gnu/usr.bin/ld/i386/md.c +++ b/gnu/usr.bin/ld/i386/md.c @@ -1,3 +1,4 @@ +/* * $OpenBSD: md.c,v 1.3 1998/03/26 19:46:38 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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.c,v 1.2 1996/09/30 22:29:26 deraadt Exp $ */ #include <sys/param.h> diff --git a/gnu/usr.bin/ld/i386/md.h b/gnu/usr.bin/ld/i386/md.h index b0d25b9fa38..20262f16dcb 100644 --- a/gnu/usr.bin/ld/i386/md.h +++ b/gnu/usr.bin/ld/i386/md.h @@ -1,3 +1,4 @@ +/* * $OpenBSD: md.h,v 1.3 1998/03/26 19:46:40 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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.2 1996/09/30 22:29:27 deraadt Exp $ */ diff --git a/gnu/usr.bin/ld/i386/mdprologue.S b/gnu/usr.bin/ld/i386/mdprologue.S index 581c4ae9dbd..a8cc77209c2 100644 --- a/gnu/usr.bin/ld/i386/mdprologue.S +++ b/gnu/usr.bin/ld/i386/mdprologue.S @@ -1,3 +1,4 @@ +/* * $OpenBSD: mdprologue.S,v 1.2 1998/03/26 19:46:42 niklas Exp $*/ /* * Copyright (c) 1993 Paul Kranenburg * All rights reserved. @@ -27,7 +28,6 @@ * (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: mdprologue.S,v 1.1 1995/10/18 08:40:56 deraadt Exp $ */ /* |