This file is indexed.

/usr/include/aal/file.h is in libaal-dev 1.0.7-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
/* Copyright (C) 2001, 2002, 2003 by Hans Reiser, licensing governed by
   libaal/COPYING.
   
   file.h -- standard file device. */

#ifndef AAL_FILE_H
#define AAL_FILE_H

#ifndef ENABLE_MINIMAL

#include <aal/types.h>
extern struct aal_device_ops file_ops;

#endif

#endif