Commit 9a4a2b47 authored by osdl.net!shemminger's avatar osdl.net!shemminger

(Logical change 1.60)

parent 7238aafa
/*
* 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);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment