Skip to content

Commit 0dd2510

Browse files
committed
CTL_P1003_1B_MAXID is now deprecated
1 parent 8d5b06a commit 0dd2510

File tree

1 file changed

+0
-6
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+0
-6
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,12 +1039,6 @@ pub const SHM_STAT: ::c_int = 13;
10391039
pub const SHM_INFO: ::c_int = 14;
10401040
pub const SHM_ANON: *mut ::c_char = 1 as *mut ::c_char;
10411041

1042-
// The *_MAXID constants never should've been used outside of the
1043-
// FreeBSD base system.
1044-
#[doc(hidden)]
1045-
#[deprecated(since = "0.2.74", note = "Removed in FreeBSD 13")]
1046-
pub const CTL_P1003_1B_MAXID: ::c_int = 26;
1047-
10481042
pub const MSG_NOTIFICATION: ::c_int = 0x00002000;
10491043
pub const MSG_NBIO: ::c_int = 0x00004000;
10501044
pub const MSG_COMPAT: ::c_int = 0x00008000;

0 commit comments

Comments
 (0)