Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 1999 14:59:44 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c imgact_shell.c
Message-ID:  <199901292259.OAA34562@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/01/29 14:59:43 PST

  Modified files:
    sys/kern             imgact_aout.c imgact_elf.c imgact_gzip.c 
                         imgact_shell.c 
  Log:
      *_execsw static structures cannot be const due to the way they interact
      with EXEC_SET, DECLARE_MODULE, and module_register.  Specifically,
      module_register.  We may eventually be able to make these const, but
      not now.
  
  Revision  Changes    Path
  1.45      +2 -2      src/sys/kern/imgact_aout.c
  1.47      +2 -2      src/sys/kern/imgact_elf.c
  1.36      +2 -2      src/sys/kern/imgact_gzip.c
  1.18      +2 -2      src/sys/kern/imgact_shell.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901292259.OAA34562>