1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 13:10:31 -04:00
ports/net/wizd/files/patch-wizd_http.c
Tijl Coosemans 9edf275cfa - Ressurect net/wizd and assign to new maintainer.
- Extract files in WRKSRC rather than WRKDIR because USE_RC_SUBR=wizd
  overwrites WRKDIR/wizd.
- Remove carriage return from existing patches.
- Add patches to fix parallel build.
- Staging.

PR:		ports/182495
Submitted by:	"Scot W. Hetzel" <swhetzel@gmail.com>
2013-11-12 16:28:52 +00:00

20 lines
407 B
C

--- wizd_http.c.orig 2008-07-02 12:30:10.000000000 +0900
+++ wizd_http.c 2008-07-02 13:12:25.000000000 +0900
@@ -23,7 +23,9 @@
#include <dirent.h>
#include <fcntl.h>
#include <libgen.h>
+#ifdef __CYGWIN32__
#include <sys/cygwin.h>
+#endif
#include "wizd.h"
#include "wizd_skin.h"
@@ -1072,7 +1074,6 @@
{
struct stat send_filestat;
int result;
- int len;
unsigned char file_extension[16];