Files
rtems/cpukit/libnetworking/sys/proc.h
Joel Sherrill 96b3916409 Added CVS Ids
1998-08-20 21:56:40 +00:00

9 lines
93 B
C

/*
* Dummy structure
*
* $Id$
*/
struct proc {
int this_should_never_be_referenced;
};