This file is indexed.

/usr/include/udport/uderrmsg.h is in libxgks-dev 2.6.1+dfsg.2-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
29
30
31
32
33
34
35
36
37
38
39
40
/*
 * $Id: uderrmsg.h,v 1.1 2000/08/07 23:15:04 emmerson Exp $
 *
 * $__Header$
 */

#ifndef UD_ERROR_H_INCLUDED
#define UD_ERROR_H_INCLUDED

#ifndef UD_FORTRAN_SOURCE

#include "udposix.h"

#if defined(__cplusplus) || defined(c_plusplus)
   extern "C" {
#endif

extern int	uderrmode	UD_PROTO((const int mode));
extern char*	uderrname	UD_PROTO((const char *name));
extern void	uderror		UD_PROTO((const char *fmt, ...));
extern int	udverror	();
extern void	udadvise	UD_PROTO((const char *fmt, ...));
extern int	udvadvise	();
extern char*	udtime_stamp	UD_PROTO((void));

#if defined(__cplusplus) || defined(c_plusplus)
   }
#endif

#endif	/* UD_FORTRAN_SOURCE not defined above */


/*
 * Global options variable. Used to control behavior of error handler.
 */
#define	UD_FATAL	1
#define	UD_VERBOSE	2


#endif	/* !UD_ERROR_H_INCLUDED */