Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so Wrap long line.
details: https://anonhg.NetBSD.org/src/rev/bb36bbd29a7c
branches: trunk
changeset: 757672:bb36bbd29a7c
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Sep 11 11:11:52 2010 +0000
description:
Wrap long line.
diffstat:
libexec/ld.elf_so/map_object.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r c8f03d25e066 -r bb36bbd29a7c libexec/ld.elf_so/map_object.c
--- a/libexec/ld.elf_so/map_object.c Sat Sep 11 04:08:34 2010 +0000
+++ b/libexec/ld.elf_so/map_object.c Sat Sep 11 11:11:52 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: map_object.c,v 1.39 2010/01/10 07:29:47 skrll Exp $ */
+/* $NetBSD: map_object.c,v 1.40 2010/09/11 11:11:52 skrll Exp $ */
/*
* Copyright 1996 John D. Polstra.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: map_object.c,v 1.39 2010/01/10 07:29:47 skrll Exp $");
+__RCSID("$NetBSD: map_object.c,v 1.40 2010/09/11 11:11:52 skrll Exp $");
#endif /* not lint */
#include <errno.h>
@@ -114,7 +114,8 @@
/* Make sure the file is valid */
if (memcmp(ELFMAG, ehdr->e_ident, SELFMAG) != 0 ||
ehdr->e_ident[EI_CLASS] != ELFCLASS) {
- _rtld_error("%s: unrecognized file format2 [%x != %x]", path, ehdr->e_ident[EI_CLASS], ELFCLASS);
+ _rtld_error("%s: unrecognized file format2 [%x != %x]", path,
+ ehdr->e_ident[EI_CLASS], ELFCLASS);
goto bad;
}
/* Elf_e_ident includes class */
Home |
Main Index |
Thread Index |
Old Index