diff options
Diffstat (limited to 'openbsd-compat/port-net.h')
-rw-r--r-- | openbsd-compat/port-net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/port-net.h b/openbsd-compat/port-net.h index 8aa4085f4..3a0d1104b 100644 --- a/openbsd-compat/port-net.h +++ b/openbsd-compat/port-net.h | |||
@@ -37,7 +37,7 @@ u_char *sys_tun_outfilter(struct ssh *, struct Channel *, u_char **, size_t *); | |||
37 | # define HAVE_SYS_VALID_RDOMAIN | 37 | # define HAVE_SYS_VALID_RDOMAIN |
38 | char *sys_get_rdomain(int fd); | 38 | char *sys_get_rdomain(int fd); |
39 | int sys_set_rdomain(int fd, const char *name); | 39 | int sys_set_rdomain(int fd, const char *name); |
40 | int valid_rdomain(const char *name); | 40 | int sys_valid_rdomain(const char *name); |
41 | #endif | 41 | #endif |
42 | 42 | ||
43 | #if defined(SYS_RDOMAIN_XXX) | 43 | #if defined(SYS_RDOMAIN_XXX) |