(Logical change 1.60)
This commit is contained in:
parent
7238aafa61
commit
9a4a2b4721
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* 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);
|
||||
}
|
||||
Loading…
Reference in New Issue