Fix whitespace inconsistencies found in homegrown Symbol.maps.

This commit is contained in:
ed 2011-10-07 15:05:24 +00:00
parent 94a8deed4e
commit 1659a97623
7 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
/* /*
* $FreeBSD$ * $FreeBSD$
*/ */
/* /*

View File

@ -155,14 +155,14 @@ FBSDprivate_1.0 {
__ivaliduser_sa; __ivaliduser_sa;
__check_rhosts_file; __check_rhosts_file;
__rcmd_errstr; __rcmd_errstr;
__nss_compat_getgrnam_r; __nss_compat_getgrnam_r;
__nss_compat_getgrgid_r; __nss_compat_getgrgid_r;
__nss_compat_getgrent_r; __nss_compat_getgrent_r;
__nss_compat_setgrent; __nss_compat_setgrent;
__nss_compat_endgrent; __nss_compat_endgrent;
__nss_compat_getpwnam_r; __nss_compat_getpwnam_r;
__nss_compat_getpwuid_r; __nss_compat_getpwuid_r;
__nss_compat_getpwent_r; __nss_compat_getpwent_r;
__nss_compat_setpwent; __nss_compat_setpwent;
__nss_compat_endpwent; __nss_compat_endpwent;
}; };

View File

@ -6,7 +6,7 @@
* This only needs to contain symbols that are not listed in * This only needs to contain symbols that are not listed in
* symbol maps from other parts of libc (i.e., not found in * symbol maps from other parts of libc (i.e., not found in
* stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...). * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
*/ */
FBSD_1.0 { FBSD_1.0 {
/* PSEUDO syscalls */ /* PSEUDO syscalls */
_exit; _exit;

View File

@ -1,6 +1,6 @@
/* /*
* $FreeBSD$ * $FreeBSD$
*/ */
FBSD_1.1 { FBSD_1.1 {
GSS_C_NT_ANONYMOUS; GSS_C_NT_ANONYMOUS;

View File

@ -1,6 +1,6 @@
/* /*
* $FreeBSD$ * $FreeBSD$
*/ */
FBSD_1.1 { FBSD_1.1 {
mp_gcd; mp_gcd;

View File

@ -1,6 +1,6 @@
/* /*
* $FreeBSD$ * $FreeBSD$
*/ */
FBSD_1.2 { FBSD_1.2 {
ulog_login; ulog_login;

View File

@ -1,6 +1,6 @@
/* /*
* $FreeBSD$ * $FreeBSD$
*/ */
FBSD_1.2 { FBSD_1.2 {
teken_256to8; teken_256to8;