This file is indexed.

/usr/include/cspack/tcpsock.inc is in libpacklib1-dev 20061220+dfsg3-4.

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
41
*
* $Id: tcpsock.inc,v 1.1.1.1 1996/03/08 15:44:17 mclareni Exp $
*
* $Log: tcpsock.inc,v $
* Revision 1.1.1.1  1996/03/08 15:44:17  mclareni
* Cspack
*
*
#ifndef CERNLIB_CSPACK_TCPSOCK_INC
#define CERNLIB_CSPACK_TCPSOCK_INC
*
*
* tcpsock.inc
*
#define localtime LOCALTIM
#define ruserpass RUSERPAS
#define inetd_sock_setup I_SETUP
#define inetd_sock_close I_CLOSE
#define server_sock_setup S_SETUP
#define client_sock_setup C_SETUP
#define sock_close S_CLOSE
#define sock_sendstr S_SNDST
#define sock_recvstr S_RCVST
#define sock_send S_SEND
#define sock_recv S_RECV
#define client_sock_setup_ C__SETU
#define inetd_sock_setup_ I__SETU
#define inetd_sock_close_ I__CLOS
#define server_sock_setup_ S__SETU
#define sock_close_ S__CLOS
#define sock_sendstr_ S__SNDS
#define sock_recvstr_ S__RCVS
#define sock_send_ S__SEND
#define sock_recv_ S__RECV
#define ssendstr_ SSND_ST
#define srecvstr_ SRCV_ST
#define initgroups INITGRO
#define ssendstr SSENSTR
#define srecvstr SRECSTR

#endif