T.R | Title | User | Personal Name | Date | Lines |
---|
2666.1 | Re: Why is cam_tape.h not in the export list? | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue Nov 12 1996 18:28 | 35 |
| Date Of Receipt: 12-NOV-1996 16:37:54.34
From: FLUME::johnf "John Flanagan USG Test Johnf Tools Group 12-Nov-1996 1634"
To: reimers@DEC:.zko.flume
CC: odehelp@DEC:.zko.flume
Subj: Re: Why is cam_tape.h not in the export list?
It's on the installed system because cam_tape.h is delivered via the
kernel/include/io/cam/Makefile SUBDIRS rule. In order for cam_tape.h
to appear in export/alpha/usr/include/io/cam, it needs to appear in the
./usr/include/io/cam/Makefile . Whoever introduced cam_tape.h decided that
it didn't need to be exported because nothing in usr space needed it.
When you say "mt.c", I assume you mean ./usr/bin/mt/mt.c? You'll need to
add cam_tape.h to ./usr/include/io/cam/Makefile in order to use it.
Apparently mt.c is the first usr space command to have a need to include
it. All the kernel work is able to include it directly from the kernel
space.
John
--
______________________________________________________________________
John Flanagan enet: [email protected]
MS: ZKO3-3/W20 decnet: flume::johnf
USG Release Management (603) 881-1719
110 Spitbrook Road (DTN) 381-1719
Nashua, NH
______________________________________________________________________
|
2666.2 | Re: Why is cam_tape.h not in the export list? | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Wed Nov 13 1996 09:33 | 11 |
| Date Of Receipt: 13-NOV-1996 08:57:39.81
From: WASTED::reimers "Jan T. Reimers USG 13-Nov-1996 0854"
To: johnf@DEC:.zko.wasted
CC: reimers@DEC:.zko.wasted, odehelp@DEC:.zko.wasted
Subj: Re: Why is cam_tape.h not in the export list?
Thanks, John.
That was clear and very useful.
Jan
|