diff options
| author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-31 17:50:06 +0000 |
|---|---|---|
| committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-31 17:50:06 +0000 |
| commit | f62ba38aa4859ce7cc9c4841853b415d9ed93488 (patch) | |
| tree | e357ed99ce5fa93fa1018ff69b41587d1b49950e /net/bld/files/patch-ac | |
| parent | - Update from v0.05 to v0.06 (diff) | |
- Update to 0.3.4.
- Unbreak on 4.X.
- Update to use new USE_RC_SUBR style.
PR: ports/96266
Submitted by: Olivier Beyssac <obld@r14.freenix.org> (maintainer)
Reworked by: mnag, jmelo
Approved by: mnag (mentor)
Diffstat (limited to 'net/bld/files/patch-ac')
| -rw-r--r-- | net/bld/files/patch-ac | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/bld/files/patch-ac b/net/bld/files/patch-ac new file mode 100644 index 000000000000..65667ad83db2 --- /dev/null +++ b/net/bld/files/patch-ac @@ -0,0 +1,20 @@ +# +# Fix build on 4.x reorganizing #include headers +# + +--- client.c.orig Wed May 31 14:23:30 2006 ++++ client.c Wed May 31 14:23:45 2006 +@@ -24,11 +24,12 @@ + * SUCH DAMAGE. + * + */ ++#include <stdio.h> ++#include <unistd.h> + #include <ctype.h> + #include <sys/select.h> + #include <sys/time.h> + #include <sys/types.h> +-#include <unistd.h> + #include <string.h> + #include <errno.h> + #include "options.h" |
