This file is indexed.

/usr/lib/ecl-16.1.2/sb-bsd-sockets.asd is in ecl 16.1.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
(defsystem "sb-bsd-sockets" :class asdf::prebuilt-system
        :lib #P"SYS:LIBSB-BSD-SOCKETS.A"
        :depends-on ("sockets")
        :components ((:compiled-file "sb-bsd-sockets" :pathname #P"SYS:SB-BSD-SOCKETS.FAS")))