little tweaks before import
This commit is contained in:
parent
6bd281ab30
commit
7433c77604
|
@ -3,7 +3,8 @@ Upstream-Name: linBPQ
|
||||||
Upstream-Contact: John Wiseman G8BPQ <john.wiseman@cantab.net>
|
Upstream-Contact: John Wiseman G8BPQ <john.wiseman@cantab.net>
|
||||||
Source: https://www.cantab.net/users/john.wiseman/Documents/
|
Source: https://www.cantab.net/users/john.wiseman/Documents/
|
||||||
Files-Excluded: *.vcproj* *.bak *.lib *.dll *.wav *.asm *.vcxproj* *.pdb *.exe
|
Files-Excluded: *.vcproj* *.bak *.lib *.dll *.wav *.asm *.vcxproj* *.pdb *.exe
|
||||||
.gitignore XAprs
|
.gitignore XAprs zlib.h zconf.h MQTT* pcap.h miniupnpc.h upnpdev.h
|
||||||
|
igd_desc_parse.h upnpcommands.h upnperrors.h miniupnpctypes.h
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 1990-2024 John Wiseman G8BPQ <john.wiseman@cantab.net>
|
Copyright: 1990-2024 John Wiseman G8BPQ <john.wiseman@cantab.net>
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
--- a/LinBPQ.c
|
||||||
|
+++ b/LinBPQ.c
|
||||||
|
@@ -717,7 +717,7 @@
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
-#include "getopt.h"
|
||||||
|
+#include <getopt.h>
|
||||||
|
|
||||||
|
static struct option long_options[] =
|
||||||
|
{
|
||||||
|
--- a/DRATS.c
|
||||||
|
+++ b/DRATS.c
|
||||||
|
@@ -563,7 +563,7 @@
|
||||||
|
#define ZEXPORT __stdcall
|
||||||
|
#endif
|
||||||
|
|
||||||
|
-#include "zlib.h"
|
||||||
|
+#include <zlib.h>
|
||||||
|
|
||||||
|
|
||||||
|
int doinflate(unsigned char * source, unsigned char * dest, int Len, int destlen, int * outLen)
|
||||||
|
--- a/HTTPcode.c
|
||||||
|
+++ b/HTTPcode.c
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
#define ZEXPORT __stdcall
|
||||||
|
#endif
|
||||||
|
|
||||||
|
-#include "zlib.h"
|
||||||
|
+#include <zlib.h>
|
||||||
|
|
||||||
|
#define CKernel
|
||||||
|
#include "httpconnectioninfo.h"
|
|
@ -2,3 +2,4 @@ headers.patch
|
||||||
ftbfs-gcc14.patch
|
ftbfs-gcc14.patch
|
||||||
spelling-errors.patch
|
spelling-errors.patch
|
||||||
makefile
|
makefile
|
||||||
|
dynamic-links
|
||||||
|
|
Loading…
Reference in New Issue