diff options
| author | skrll <skrll@NetBSD.org> | 2010-09-11 11:11:52 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2010-09-11 11:11:52 +0000 |
| commit | 07666b6356e177dcf1f5308dc64a4a3cde2ffcb4 (patch) | |
| tree | 5988d21fd96133698987e9d5a134f7e31ce4274f /libexec | |
| parent | 6bae07a6a850f49a9f443bd474a9e62774c09696 (diff) | |
Wrap long line.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/map_object.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libexec/ld.elf_so/map_object.c b/libexec/ld.elf_so/map_object.c index a108cf7f307..727cdf3b38a 100644 --- a/libexec/ld.elf_so/map_object.c +++ b/libexec/ld.elf_so/map_object.c @@ -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 @@ _rtld_map_object(const char *path, int fd, const struct stat *sb) /* 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 */ |
