diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-04-27 12:58:01 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-04-27 12:58:01 +0100 |
| commit | 52a47102cd6330a4377500ec73410f01269dbbb0 (patch) | |
| tree | b5297129fa3d8320303e7faef815b8f7727d33be /utils/libmach/executable.c | |
| parent | b1dfc3a073a7ac5d99510a2553a58f707f533309 (diff) | |
20100427-1257
Diffstat (limited to 'utils/libmach/executable.c')
| -rw-r--r-- | utils/libmach/executable.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/libmach/executable.c b/utils/libmach/executable.c index c4076c13..a6a2be31 100644 --- a/utils/libmach/executable.c +++ b/utils/libmach/executable.c @@ -407,11 +407,12 @@ common(int fd, Fhdr *fp, ExecHdr *hp) } static int -commonllp64(int, Fhdr *fp, ExecHdr *hp) +commonllp64(int fd, Fhdr *fp, ExecHdr *hp) { long pgsize; uvlong entry; + USED(fd); hswal(&hp->e, sizeof(Exec)/sizeof(long), beswal); if(!(hp->e.exec.magic & HDR_MAGIC)) return 0; |
