summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/port-linux.h')
-rw-r--r--openbsd-compat/port-linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/port-linux.h b/openbsd-compat/port-linux.h
index 2a3271a93..6e6a8acfd 100644
--- a/openbsd-compat/port-linux.h
+++ b/openbsd-compat/port-linux.h
@@ -26,7 +26,6 @@ void ssh_selinux_setup_exec_context(char *);
26#endif 26#endif
27 27
28#ifdef OOM_ADJUST 28#ifdef OOM_ADJUST
29int oom_adj_open(void);
30int oom_adj_get(char *buf, size_t maxlen); 29int oom_adj_get(char *buf, size_t maxlen);
31int oom_adj_set(const char *buf); 30int oom_adj_set(const char *buf);
32#endif 31#endif