This file is indexed.

/usr/include/libAfterBase/os.h is in libafterimage-dev 2.2.12-11.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
 9
10
11
12
13
14
15
16
17
18
19
#ifndef OS_H_HEADER_INCLUDED
#define OS_H_HEADER_INCLUDED

#ifdef __cplusplus
extern "C" {
#endif

#define MAXHOSTNAME 255

Bool  mygethostname (char *client, size_t length);
char* mygetostype (void);
int   get_fd_width (void);

#ifdef __cplusplus
}
#endif


#endif /* OS_H_HEADER_INCLUDED */