Skip to content

Commit

Permalink
make buildable
Browse files Browse the repository at this point in the history
  • Loading branch information
sumikawa committed Jun 25, 2000
1 parent 565119f commit 866564c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions freebsd3/ports/openssh/patches/patch-ac
@@ -1,5 +1,5 @@
--- includes.h.orig Tue Jan 18 14:08:10 2000 --- includes.h.orig Fri Apr 14 19:30:31 2000
+++ includes.h Tue Jan 18 14:13:01 2000 +++ includes.h Sun Jun 25 21:15:52 2000
@@ -24,12 +24,12 @@ @@ -24,12 +24,12 @@
#include <sys/select.h> #include <sys/select.h>
#include <sys/param.h> #include <sys/param.h>
Expand All @@ -22,17 +22,3 @@
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
@@ -65,5 +64,13 @@
* client program. Socketpairs do not seem to work on all systems.
*/
#define USE_PIPES 1
+
+#if defined(__FreeBSD__) && __FreeBSD__ <= 3
+/*
+ * Data types.
+ */
+typedef u_char sa_family_t;
+typedef u_int32_t socklen_t;
+#endif

#endif /* INCLUDES_H */

0 comments on commit 866564c

Please sign in to comment.