Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2010 10:00:01 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202279 - head/lib/libc/gen
Message-ID:  <201001141000.o0EA0182095910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Thu Jan 14 10:00:01 2010
New Revision: 202279
URL: http://svn.freebsd.org/changeset/base/202279

Log:
  Revert the change to Symbol.map, made in r202274.
  
  Even though we use __sym_compat(), we should list the symbol in
  Symbol.map.
  
  ttyslot() is now listed as follows, which seems to do the right thing:
  
  | Symbol table '.dynsym' contains 2755 entries:
  |    Num:    Value          Size Type    Bind   Vis      Ndx Name
  |    613: 00000000000477b0   121 FUNC    GLOBAL DEFAULT   10 ttyslot@FBSD_1.0
  
  Reported by:	kib

Modified:
  head/lib/libc/gen/Symbol.map

Modified: head/lib/libc/gen/Symbol.map
==============================================================================
--- head/lib/libc/gen/Symbol.map	Thu Jan 14 09:38:23 2010	(r202278)
+++ head/lib/libc/gen/Symbol.map	Thu Jan 14 10:00:01 2010	(r202279)
@@ -272,6 +272,7 @@ FBSD_1.0 {
 	openlog;
 	closelog;
 	setlogmask;
+	ttyslot;
 	ttyname_r;
 	ttyname;
 	timezone;



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