Skip to content

Commit 60b6f32

Browse files
committed
CTL_P1003_1B_MAXID is now deprecated
1 parent 9c81e0d commit 60b6f32

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3833,11 +3833,6 @@ pub const SHM_STAT: ::c_int = 13;
38333833
pub const SHM_INFO: ::c_int = 14;
38343834
pub const SHM_ANON: *mut ::c_char = 1 as *mut ::c_char;
38353835

3836-
// The *_MAXID constants never should've been used outside of the
3837-
// FreeBSD base system.
3838-
#[doc(hidden)]
3839-
pub const CTL_P1003_1B_MAXID: ::c_int = 26;
3840-
38413836
pub const MSG_NOTIFICATION: ::c_int = 0x00002000;
38423837
pub const MSG_NBIO: ::c_int = 0x00004000;
38433838
pub const MSG_COMPAT: ::c_int = 0x00008000;

0 commit comments

Comments
 (0)