Skip to content
Snippets Groups Projects
Commit 1b5bc656 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

define EPROTO fallback for openbsd

parent a7a370db
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,11 @@ ...@@ -46,6 +46,11 @@
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
/* For OpenBSD */
#ifndef EPROTO
# define EPROTO EINVAL
#endif
extern char **environ; extern char **environ;
static int qtcFd; static int qtcFd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment