diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/mtio/mtio.com | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/mtio/mtio.com')
-rw-r--r-- | sys/mtio/mtio.com | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/mtio/mtio.com b/sys/mtio/mtio.com new file mode 100644 index 00000000..8accab3b --- /dev/null +++ b/sys/mtio/mtio.com @@ -0,0 +1,9 @@ +# The MTIO Common. + +int new_mtchan # flag newly opened channel +int mtdev[LEN_MTIODES,MT_MAXTAPES+1] # integer fields +char mtnam[SZ_DEVICE,MT_MAXTAPES+1] # array of drive names +char mtosn[SZ_IODEV,MT_MAXTAPES+1] # host name for device +char mtlkn[SZ_LKNAME,MT_MAXTAPES+1] # lock file name + +common /mtiocom/ new_mtchan, mtdev, mtnam, mtosn, mtlkn |