xref: /original-bsd/old/refer/hunt/hunt9.c (revision 6219b5e8)
1 #ifndef lint
2 static char *sccsid = "@(#)hunt9.c	4.1 (Berkeley) 05/06/83";
3 #endif
4 
5 remote(in, out)
6 char *in, *out;
7 {
8 	/* "in" is a long distance file name: get it */
9 	;
10 }
11