Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2010 13:28:05 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/csu/amd64 crt1.c src/lib/csu/arm crt1.c src/lib/csu/mips crt1.c src/lib/csu/powerpc crt1.c src/lib/csu/sparc64 crt1.c
Message-ID:  <201003051328.o25DSW7Q086216@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
uqs         2010-03-05 13:28:05 UTC

  FreeBSD src repository

  Modified files:
    lib/csu/amd64        crt1.c 
    lib/csu/arm          crt1.c 
    lib/csu/mips         crt1.c 
    lib/csu/powerpc      crt1.c 
    lib/csu/sparc64      crt1.c 
  Log:
  SVN rev 204756 on 2010-03-05 13:28:05Z by uqs
  
  Properly declare non-extern functions in crt1
  
  Also move the declarations after __progname consistently to
  make the distinction clearer.
  
  Reviewed by:    jmallett
  Approved by:    ed (co-mentor)
  
  Revision  Changes    Path
  1.16      +2 -1      src/lib/csu/amd64/crt1.c
  1.4       +3 -0      src/lib/csu/arm/crt1.c
  1.3       +2 -0      src/lib/csu/mips/crt1.c
  1.12      +3 -2      src/lib/csu/powerpc/crt1.c
  1.18      +3 -2      src/lib/csu/sparc64/crt1.c



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