#include <errno.h>
#ifndef EPROTO
#error "EPROTO is not defined"
#endif
int main(void) { return 0; }
