/usr/include/afs/bnode.h is in libopenafs-dev 1.8.0~pre5-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 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | /*
* bnode.h:
* This file is automatically generated; please do not edit it.
*/
/* Including ./bnode.p.h at beginning of bnode.h file. */
/*
* Copyright 2000, International Business Machines Corporation and others.
* All Rights Reserved.
*
* This software has been released under the terms of the IBM Public
* License. For details, see the LICENSE file in the top-level source
* directory or online at http://www.openafs.org/dl/license10.html
*/
#define NONOTIFIER "__NONOTIFIER__"
/* exit values indicating that NT SCM integrator should restart bosserver */
#ifdef AFS_NT40_ENV
#define BOSEXIT_RESTART 0xA0
#define BOSEXIT_DORESTART(code) (((code) & ~(0xF)) == BOSEXIT_RESTART)
#endif
/* max time to wait for fileserver shutdown */
#define FSSDTIME (30 * 60) /* seconds */
/* End of prolog file ./bnode.p.h. */
#define BZNOTACTIVE (39424L)
#define BZNOENT (39425L)
#define BZBUSY (39426L)
#define BZEXISTS (39427L)
#define BZNOCREATE (39428L)
#define BZDOM (39429L)
#define BZACCESS (39430L)
#define BZSYNTAX (39431L)
#define BZIO (39432L)
#define BZNET (39433L)
#define BZBADTYPE (39434L)
#define BZKEYINUSE (39435L)
#define BZENCREQ (39436L)
extern void initialize_BZ_error_table(void);
#define ERROR_TABLE_BASE_BZ (39424L)
/* for compatibility with older versions... */
#define init_BZ_err_tbl initialize_BZ_error_table
#define BZ_err_base ERROR_TABLE_BASE_BZ
/* for compatibility with other users... */
#define ERROR_TABLE_BASE_bz (39424L)
#define init_bz_err_tbl initialize_BZ_error_table
#define initialize_bz_error_table initialize_BZ_error_table
#define bz_err_base ERROR_TABLE_BASE_bz
|