Fix whitespace inconsistencies found in homegrown Symbol.maps.
This commit is contained in:
parent
94a8deed4e
commit
1659a97623
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $FreeBSD$
|
||||
/*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -155,14 +155,14 @@ FBSDprivate_1.0 {
|
||||
__ivaliduser_sa;
|
||||
__check_rhosts_file;
|
||||
__rcmd_errstr;
|
||||
__nss_compat_getgrnam_r;
|
||||
__nss_compat_getgrgid_r;
|
||||
__nss_compat_getgrent_r;
|
||||
__nss_compat_setgrent;
|
||||
__nss_compat_endgrent;
|
||||
__nss_compat_getpwnam_r;
|
||||
__nss_compat_getpwuid_r;
|
||||
__nss_compat_getpwent_r;
|
||||
__nss_compat_setpwent;
|
||||
__nss_compat_endpwent;
|
||||
__nss_compat_getgrnam_r;
|
||||
__nss_compat_getgrgid_r;
|
||||
__nss_compat_getgrent_r;
|
||||
__nss_compat_setgrent;
|
||||
__nss_compat_endgrent;
|
||||
__nss_compat_getpwnam_r;
|
||||
__nss_compat_getpwuid_r;
|
||||
__nss_compat_getpwent_r;
|
||||
__nss_compat_setpwent;
|
||||
__nss_compat_endpwent;
|
||||
};
|
||||
|
@ -6,7 +6,7 @@
|
||||
* This only needs to contain symbols that are not listed in
|
||||
* symbol maps from other parts of libc (i.e., not found in
|
||||
* stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
|
||||
*/
|
||||
*/
|
||||
FBSD_1.0 {
|
||||
/* PSEUDO syscalls */
|
||||
_exit;
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
*/
|
||||
|
||||
FBSD_1.1 {
|
||||
GSS_C_NT_ANONYMOUS;
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
*/
|
||||
|
||||
FBSD_1.1 {
|
||||
mp_gcd;
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
*/
|
||||
|
||||
FBSD_1.2 {
|
||||
ulog_login;
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
*/
|
||||
|
||||
FBSD_1.2 {
|
||||
teken_256to8;
|
||||
|
Loading…
Reference in New Issue
Block a user