summaryrefslogtreecommitdiff
path: root/libexec/ftpd/extern.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-13 06:40:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-13 06:40:29 +0000
commita965e01bad29a9ba78e1b2d29a39b46bd2d8a3b4 (patch)
tree5828aefcebb49d97c77c6ffd6151974db63ec552 /libexec/ftpd/extern.h
parentd7a5157cbbe1b9f5367ac2ab5dc9410f94e0ddb8 (diff)
i heard in the bar that this breaks things
Diffstat (limited to 'libexec/ftpd/extern.h')
-rw-r--r--libexec/ftpd/extern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index cb5fc8325c4..49a9083b0e8 100644
--- a/libexec/ftpd/extern.h
+++ b/libexec/ftpd/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.8 2002/06/10 09:57:35 mpech Exp $ */
+/* $OpenBSD: extern.h,v 1.9 2002/06/13 06:40:28 deraadt Exp $ */
/* $NetBSD: extern.h,v 1.2 1995/04/11 02:44:49 cgd Exp $ */
/*
@@ -108,9 +108,9 @@ int yyparse(void);
union sockunion {
struct sockinet {
- socklen_t si_len;
- sa_family_t si_family;
- in_port_t si_port;
+ u_char si_len;
+ u_char si_family;
+ u_short si_port;
} su_si;
struct sockaddr_in su_sin;
struct sockaddr_in6 su_sin6;