On 16 Oct 2014, at 18:04 , Davide Italiano <dav...@freebsd.org> wrote:
> Author: davide > Date: Thu Oct 16 18:04:43 2014 > New Revision: 273174 > URL: https://svnweb.freebsd.org/changeset/base/273174 > > Log: > Follow up to r225617. In order to maximize the re-usability of kernel code > in userland rename in-kernel getenv()/setenv() to > kern_setenv()/kern_getenv(). > This fixes a namespace collision with libc symbols. > > Submitted by: kmacy > Tested by: make universe Hmm I still see a lot of mips kernels broken with /scratch/tmp/bz/head.svn/sys/mips/rmi/xlr_machdep.c: In function 'platform_start': /scratch/tmp/bz/head.svn/sys/mips/rmi/xlr_machdep.c:461: warning: implicit declaration of function 'setenv' /scratch/tmp/bz/head.svn/sys/mips/rmi/xlr_machdep.c:461: warning: nested extern declaration of ‘setenv’ [-Wnested-externs] on my incremental builds. — Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"