This file is indexed.

/usr/src/openafs-1.8.0pre5/include/opr/proc.h is in openafs-modules-dkms 1.8.0~pre5-1.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
/* Process information and manipulation tools. */

#ifndef OPENAFS_OPR_PROC_H
#define OPENAFS_OPR_PROC_H 1

afs_int32 opr_procsize(void);

#endif