CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/20 17:11:20
Modified files:
sys/kern : exec_elf.c
Log message:
#define ELFROUNDSIZE 4 /* XXX Should it be sizeof(Elf_Word)? */
Now that alpha is fixed, we can use sizeof().
