xref: /original-bsd/old/refer/hunt/hunt9.c (revision 7eb91141)
1 /*-
2  * %sccs.include.proprietary.c%
3  */
4 
5 #ifndef lint
6 static char sccsid[] = "@(#)hunt9.c	4.2 (Berkeley) 04/18/91";
7 #endif /* not lint */
8 
9 remote(in, out)
10 char *in, *out;
11 {
12 	/* "in" is a long distance file name: get it */
13 	;
14 }
15