/usr/include/fatmen/fatmed0.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 42 43 44 45 46 47 | *
* $Id: fatmed0.inc,v 1.1.1.1 1996/03/07 15:17:57 mclareni Exp $
*
* $Log: fatmed0.inc,v $
* Revision 1.1.1.1 1996/03/07 15:17:57 mclareni
* Fatmen
*
*
#ifndef CERNLIB_FATMEN_FATMED0_INC
#define CERNLIB_FATMEN_FATMED0_INC
*
* Default media attributes
*
* fatmed0.inc
*
PARAMETER (NMEDIA=14)
*
* FATMEN media type
*
DIMENSION MFMMED(NMEDIA)
*
* Generic device type
*
CHARACTER*8 MFMGEN(NMEDIA)
*
* Physical device type
*
CHARACTER*8 MFMTYP(NMEDIA)
*
* Default density
*
CHARACTER*8 MFMDEN(NMEDIA)
*
* Media size in Megabytes
*
CHARACTER*8 MFMSIZ(NMEDIA)
*
* Default mount type
*
CHARACTER*1 MFMMNT(NMEDIA)
*
* Default label type
*
CHARACTER*2 MFMLAB(NMEDIA)
#endif
|