xref: /csrg-svn/old/refer/hunt/hunt9.c (revision 48296)
1*48296Sbostic /*-
2*48296Sbostic  * %sccs.include.proprietary.c%
3*48296Sbostic  */
4*48296Sbostic 
512290Stut #ifndef lint
6*48296Sbostic static char sccsid[] = "@(#)hunt9.c	4.2 (Berkeley) 04/18/91";
7*48296Sbostic #endif /* not lint */
812290Stut 
remote(in,out)912290Stut remote(in, out)
1012290Stut char *in, *out;
1112290Stut {
1212290Stut 	/* "in" is a long distance file name: get it */
1312290Stut 	;
1412290Stut }
15