Date: Sat, 16 Jan 2010 17:05:27 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen Symbol.map uname.c Message-ID: <201001161705.o0GH5Z6t088064@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2010-01-16 17:05:27 UTC FreeBSD src repository Modified files: lib/libc/gen Symbol.map uname.c Log: SVN rev 202447 on 2010-01-16 17:05:27Z by ed Unexpose the old uname(3) function. Nowadays uname(3) is an inline function around __xuname(3). Prevent linkage of new binaries against this compatibility function, similar to what I did with ttyslot(3). Revision Changes Path 1.31 +0 -1 src/lib/libc/gen/Symbol.map 1.11 +3 -3 src/lib/libc/gen/uname.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001161705.o0GH5Z6t088064>