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