summaryrefslogtreecommitdiff
path: root/devel/got/files/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/got/files/openbsd-compat/openbsd-compat.h')
-rw-r--r--devel/got/files/openbsd-compat/openbsd-compat.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/got/files/openbsd-compat/openbsd-compat.h b/devel/got/files/openbsd-compat/openbsd-compat.h
deleted file mode 100644
index 6fc91966fef1..000000000000
--- a/devel/got/files/openbsd-compat/openbsd-compat.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Compatibility mappings for system headers and
- * prototypes for functions in libopenbsd-compat.
- */
-
-#ifndef _OPENBSD_COMPAT_H_
-#define _OPENBSD_COMPAT_H_
-
-/*
- * <sys/cdefs.h>
- */
-#define __dead __dead2
-
-/*
- * <stdlib.h>
- */
-void freezero(void *, size_t);
-void *recallocarray(void *, size_t, size_t, size_t);
-
-/*
- * <unistd.h>
- */
-int getdtablecount(void);
-
-#define pledge(promises, execpromises) 0
-#define unveil(path, permissions) 0
-
-#endif /* _OPENBSD_COMPAT_H_ */