Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • cshapiro's avatar
    86957330
    The FreeBSD-os.h header imported headers that its definitions did not · 86957330
    cshapiro authored
    make direct use of.  Remove the includes of these headers and fix-up
    several files that indirectly depended on them.
    
    * FreeBSD-os.c - add stdio.h and unistd.h includes that were
      implicitly depended on.  Remove unused or commented system includes.
    
    * FreeBSD-os.h - remove unused includes.  Include signal.h to directly
      provide the SIGBUS, SIGSEGV, and sub-code definitions.  Redefine
      os_vm_address_t and os_vm_size_t in terms of standard types.  Now
      that the sys/param.h include is gone we no longer need to undefine
      PAGE_SIZE.
    
    * elf.c - add includes that were implicitly depended on.
    
    * lisp.c - remove unused system includes including sys/param.h which
      redefines PAGE_SIZE.
    86957330
    History
    The FreeBSD-os.h header imported headers that its definitions did not
    cshapiro authored
    make direct use of.  Remove the includes of these headers and fix-up
    several files that indirectly depended on them.
    
    * FreeBSD-os.c - add stdio.h and unistd.h includes that were
      implicitly depended on.  Remove unused or commented system includes.
    
    * FreeBSD-os.h - remove unused includes.  Include signal.h to directly
      provide the SIGBUS, SIGSEGV, and sub-code definitions.  Redefine
      os_vm_address_t and os_vm_size_t in terms of standard types.  Now
      that the sys/param.h include is gone we no longer need to undefine
      PAGE_SIZE.
    
    * elf.c - add includes that were implicitly depended on.
    
    * lisp.c - remove unused system includes including sys/param.h which
      redefines PAGE_SIZE.