]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-linux.h
- (dtucker) Bug #1470: Disable OOM-killing of the listening sshd on Linux,
[openssh.git] / openbsd-compat / port-linux.h
index 6b59d84bd0290691f36291417b4607066fc4e084..7e087c7521519450db225fbc4c2d8e82c82dc137 100644 (file)
@@ -26,4 +26,9 @@ void ssh_selinux_setup_exec_context(char *);
 void ssh_selinux_change_context(const char *);
 #endif
 
+#ifdef LINUX_OOM_ADJUST
+void oom_adjust_restore(void);
+void oom_adjust_setup(void);
+#endif
+
 #endif /* ! _PORT_LINUX_H */
This page took 0.034892 seconds and 4 git commands to generate.