diff --git a/terminatorlib/freebsd.py b/terminatorlib/freebsd.py index 5157172f..7e257d9a 100644 --- a/terminatorlib/freebsd.py +++ b/terminatorlib/freebsd.py @@ -43,7 +43,7 @@ class kinfo_file(Structure): ('kf_sa_peer', sockaddr_storage), ] -libc = CDLL('libc.so') +libc = CDLL('libc.so.7') uintlen = c_size_t(sizeof(c_uint)) ver = c_uint(0)