summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/sys/proc.h
blob: 2189a33b1105ec874d37054568285672469cdd56 (plain) (blame)
1
2
3
4
5
6
7
8
/*
 * Dummy structure
 *
 *  $Id$
 */
struct proc {
	int	this_should_never_be_referenced;
};