diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-09-05 00:09:56 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-09-05 00:09:56 +0000 |
| commit | 7008be5bd7341259037f383434a72960413cfeb8 (patch) | |
| tree | ecf189da5929e9d96594e07f21c25b003ec96d1d /lib/libc/include | |
| parent | c70fe93ad8574e7b8add232fb3890349ab11cc1a (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/include/compat.h b/lib/libc/include/compat.h index 3739fe105c8f7..7694540027889 100644 --- a/lib/libc/include/compat.h +++ b/lib/libc/include/compat.h @@ -42,8 +42,6 @@ __sym_compat(__semctl, freebsd7___semctl, FBSD_1.0); __sym_compat(msgctl, freebsd7_msgctl, FBSD_1.0); __sym_compat(shmctl, freebsd7_shmctl, FBSD_1.0); -__sym_compat(cap_getrights, cap_rights_get, FBSD_1.2); - #undef __sym_compat #endif /* __LIBC_COMPAT_H__ */ |
