]> granicus.if.org Git - file/commitdiff
offset for SunOS.5.5.1
authorChristos Zoulas <christos@zoulas.com>
Sun, 13 Apr 1997 18:29:01 +0000 (18:29 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 13 Apr 1997 18:29:01 +0000 (18:29 +0000)
src/readelf.c

index a007cca3ca57cf4ec8efdeda516a3a95e39e2d4d..aa0c4e7749b2c171299890982bb4f2339630a3bb 100644 (file)
@@ -78,7 +78,7 @@ dophn_exec(fd, off, num, size, buf)
 }
 
 size_t prpsoffsets[] = {
-       100,            /* SunOS 5.x */
+       84,             /* SunOS 5.x */
        32,             /* Linux */
 };
 
@@ -103,10 +103,6 @@ dophn_core(fd, off, num, size, buf)
        size_t size;
        char *buf;
 {
-       /*
-        * This doesn't work for 64-bit ELF, as the "p_offset" field is
-        * 64 bits in 64-bit ELF.
-        */
        /*
         * This doesn't work for 64-bit ELF, as the "p_offset" field is
         * 64 bits in 64-bit ELF.