summaryrefslogtreecommitdiffstats
path: root/usr.sbin/afs/src/include/netbsd-lkm/foo.c
blob: a434e6239ada7d8c66151f4d5b26ea474d3809dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * here to please make depend
 * $arla: foo.c,v 1.1 2002/06/02 22:15:08 lha Exp $
 */

int
foo(void)
{
	return 0;
}