Commit 8792aa82 authored by osdl.net!shemminger's avatar osdl.net!shemminger

Delete: ip/xfrm_stub.c

}(Logical change 1.62)
parent b39bb395
/*
* 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