Delete: ip/xfrm_stub.c

}(Logical change 1.62)
This commit is contained in:
osdl.net!shemminger 2004-08-09 16:35:28 +00:00
parent b39bb39562
commit 8792aa821f
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
/*
* Minimal stub used to build against older kernels with xfrm
*/
#include <stdio.h>
#include <stdlib.h>
int do_xfrm(int arg, char **argv)
{
fprintf(stderr, "This version of built without xfrm support\n");
exit(1);
}