Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 1996 19:43:19 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/ibcs2 imgact_coff.c src/sys/kern imgact_aout.c imgact_elf.c kern_exec.c imgact_gzip.c kern_lkm.c kern_sig.c src/sys/i386/linux imgact_linux.c src/sys/sys imgact.h
Message-ID:  <199605010243.TAA05969@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/04/30 19:43:17

  Modified:    sys/i386/ibcs2  imgact_coff.c
               sys/i386/linux  imgact_linux.c
               sys/kern  imgact_aout.c imgact_elf.c kern_exec.c
                        imgact_gzip.c  kern_lkm.c kern_sig.c
               sys/sys   imgact.h
  Log:
  Removed unnecessary #includes from <sys/imgact.h> so that it is
  self-sufficient and added explicit #includes where required.
  
  Revision  Changes    Path
  1.15      +3 -1      src/sys/i386/ibcs2/imgact_coff.c
  1.14      +3 -1      src/sys/i386/linux/imgact_linux.c
  1.27      +3 -1      src/sys/kern/imgact_aout.c
  1.5       +4 -1      src/sys/kern/imgact_elf.c
  1.40      +4 -1      src/sys/kern/kern_exec.c
  1.21      +3 -1      src/sys/kern/imgact_gzip.c
  1.30      +2 -1      src/sys/kern/kern_lkm.c
  1.24      +1 -2      src/sys/kern/kern_sig.c
  1.12      +4 -7      src/sys/sys/imgact.h



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