fresh git tree for public release

we regretfully had to remove our git history for licensing reasons

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2010-10-11 14:59:26 -04:00
commit 0ad4db4fad
271 changed files with 71255 additions and 0 deletions

12
libtirpc/src/winstubs.c Normal file
View file

@ -0,0 +1,12 @@
/* XXX Need copyright info */
#include <wintirpc.h>
#include <stdio.h>
/*
DWORD getpid(void)
{
fprintf(stderr, "STUB: getpid() returning zero!\n");
return 0;
}
*/