Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 1998 20:57:28 -0800 (PST)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-include@FreeBSD.ORG
Subject:   cvs commit: src/lib/csu/i386 Makefile crt0.c dlfcn.h src/include dlfcn.h Makefile
Message-ID:  <199802110457.UAA13813@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         1998/02/10 20:57:28 PST

  Modified files:
    lib/csu/i386         Makefile crt0.c 
    include              Makefile 
  Added files:
    include              dlfcn.h 
  Removed files:
    lib/csu/i386         dlfcn.h 
  Log:
  Remove the include of <dlfcn.h> from crt0.c; it is not needed now
  that the dl* trampolines have been moved into libc.
  
  Move dlfcn.h from src/lib/csu/i386 into src/include.  Nothing in
  src/lib/csu/i386 uses it any more.
  
  Revision  Changes    Path
  1.36      +2 -6      src/lib/csu/i386/Makefile
  1.34      +1 -2      src/lib/csu/i386/crt0.c
  1.71      +3 -2      src/include/Makefile

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?199802110457.UAA13813>