Displaying 1 result from an estimated 1 matches for "_mm_fdpass_h_".
2003 Oct 28
2
Privilege separation
...#endif /* DISABLE_PRIVSEP */
#endif /* _MONITOR_H_ */
diff -adurN openssh-3.7.1p2.privsep/monitor_fdpass.h openssh-3.7.1p2/monitor_fdpass.h
--- openssh-3.7.1p2.privsep/monitor_fdpass.h Wed Jun 26 03:04:11 2002
+++ openssh-3.7.1p2/monitor_fdpass.h Sat Oct 4 22:44:24 2003
@@ -28,7 +28,9 @@
#ifndef _MM_FDPASS_H_
#define _MM_FDPASS_H_
+#ifndef DISABLE_PRIVSEP
void mm_send_fd(int, int);
int mm_receive_fd(int);
+#endif /* DISABLE_PRIVSEP */
#endif /* _MM_FDPASS_H_ */
diff -adurN openssh-3.7.1p2.privsep/monitor_mm.h openssh-3.7.1p2/monitor_mm.h
--- openssh-3.7.1p2.privsep/monitor_mm.h Thu Sep 12 04:43:...