|
|
| version 1.4, 2004/02/03 04:23:25 | version 1.5, 2004/02/08 10:48:30 |
|---|---|
| Line 133 hide_aout(int inf, const char *filename) | Line 133 hide_aout(int inf, const char *filename) |
| hdrp = (struct exec *) aoutdata; | hdrp = (struct exec *) aoutdata; |
| #ifdef __DragonFly__ | #if defined (__DragonFly__) || defined (__FreeBSD__) |
| textrel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp)); | textrel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp)); |
| datarel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp) + | datarel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp) + |
| hdrp->a_trsize); | hdrp->a_trsize); |