This file is indexed.

/usr/include/zebra/q_locf.inc is in libpacklib1-dev 20061220+dfsg3-4.2.

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
20
21
22
23
24
25
26
27
28
*
* $Id: q_locf.inc,v 1.2 1997/03/14 17:22:25 mclareni Exp $
*
* $Log: q_locf.inc,v $
* Revision 1.2  1997/03/14 17:22:25  mclareni
* WNT mods
*
* Revision 1.1.1.1.2.1  1997/01/21 11:34:16  mclareni
* All mods for Winnt 96a on winnt branch
*
* Revision 1.1.1.1  1996/03/06 10:46:52  mclareni
* Zebra
*
*
#ifndef CERNLIB_ZEBRA_Q_LOCF_INC
#define CERNLIB_ZEBRA_Q_LOCF_INC
*
*
* q_locf.inc
*
#if defined(CERNLIB_CRAY)
      LOCF (IZLOC) = LOC (IZLOC)
#elif defined(CERNLIB_QFMSOFT_TEST)
*    This is very dangerous since the DWORD address may be odd too  !!!
      LOCF (IZLOC) = LOC (IZLOC)/4
#endif

#endif