diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2008-06-17 14:05:03 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2008-06-17 14:05:03 +0000 |
| commit | e3580e9d910d36e8d3daf7717c7636f4eeeb69e6 (patch) | |
| tree | cf7452d18799e275a93130c19d2eafaa148ad9da /lib/libc | |
| parent | bd49a167202d1e311cafc524ea1b92647eb57bfa (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdlib/Symbol.map | 1 | ||||
| -rw-r--r-- | lib/libc/stdlib/grantpt.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/Symbol.map b/lib/libc/stdlib/Symbol.map index cbb9fb11c5ac..23cb3917deab 100644 --- a/lib/libc/stdlib/Symbol.map +++ b/lib/libc/stdlib/Symbol.map @@ -94,7 +94,6 @@ FBSD_1.0 { }; FBSDprivate_1.0 { - __use_pts; _malloc_prefork; _malloc_postfork; __system; diff --git a/lib/libc/stdlib/grantpt.c b/lib/libc/stdlib/grantpt.c index 8570f8b2ff4d..43a86c819939 100644 --- a/lib/libc/stdlib/grantpt.c +++ b/lib/libc/stdlib/grantpt.c @@ -73,7 +73,7 @@ __FBSDID("$FreeBSD$"); */ #define _PATH_PTCHOWN "/usr/libexec/pt_chown" -int +static int __use_pts(void) { int use_pts; |
