View | Details | Raw Unified | Return to bug 3384 | Differences between
and this patch

Collapse All | Expand All

(-)a/auth.h (+2 lines)
Lines 40-45 Link Here
40
#include <krb5.h>
40
#include <krb5.h>
41
#endif
41
#endif
42
42
43
#include "hostfile.h"
44
43
struct passwd;
45
struct passwd;
44
struct ssh;
46
struct ssh;
45
struct sshbuf;
47
struct sshbuf;
(-)a/misc.h (-1 / +1 lines)
Lines 19-24 Link Here
19
#include <sys/types.h>
19
#include <sys/types.h>
20
#include <sys/socket.h>
20
#include <sys/socket.h>
21
#include <stdio.h>
21
#include <stdio.h>
22
#include <stdint.h>
22
23
23
/* Data structure for representing a forwarding request. */
24
/* Data structure for representing a forwarding request. */
24
struct Forward {
25
struct Forward {
25
- 

Return to bug 3384