search for: _monitor_h_

Displaying 1 result from an estimated 1 matches for "_monitor_h_".

2003 Oct 28
2
Privilege separation
...g, [ --with-lastlog=FILE|DIR specify lastlog location [common locations]], [ diff -adurN openssh-3.7.1p2.privsep/monitor.h openssh-3.7.1p2/monitor.h --- openssh-3.7.1p2.privsep/monitor.h Tue Sep 2 16:51:17 2003 +++ openssh-3.7.1p2/monitor.h Sat Oct 4 22:42:59 2003 @@ -28,6 +28,7 @@ #ifndef _MONITOR_H_ #define _MONITOR_H_ +#ifndef DISABLE_PRIVSEP enum monitor_reqtype { MONITOR_REQ_MODULI, MONITOR_ANS_MODULI, MONITOR_REQ_FREE, MONITOR_REQ_AUTHSERV, @@ -87,4 +88,5 @@ void mm_request_receive(int, Buffer *); void mm_request_receive_expect(int, enum monitor_reqtype, Buffer *); +#endif /* D...