xref: /csrg-svn/old/tp/tp0.c (revision 37944)
19829Ssam #ifndef lint
2*37944Sbostic static char sccsid[] = "@(#)tp0.c	4.2 05/11/89";
39829Ssam #endif
49829Ssam 
59829Ssam #include "tp.h"
6*37944Sbostic #include "pathnames.h"
7*37944Sbostic 
8*37944Sbostic char	mt[]	= _PATH_MT;
9*37944Sbostic char	tc[]	= _PATH_TAPX;
10*37944Sbostic int	flags	= flu;
11*37944Sbostic char	mheader[] = _PATH_MBOOT;
12*37944Sbostic char	theader[] = _PATH_TBOOT;
13