First pass of fixes for new build

This commit is contained in:
Hibby 2024-11-28 22:50:13 +00:00
parent 5d8d8963ef
commit 1e83f7e725
Signed by: hibby
SSH Key Fingerprint: SHA256:8HEV3623pJdfvWusnu47MzoqVh1gWhYSDeGKQJYkqNA
5 changed files with 21 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.pc/

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
linbpq (6.0.24.51-1~hibbian+1) UNRELEASED; urgency=medium
* New upstream import
- Patches refreshed
-- Dave Hibberd <hibby@debian.org> Thu, 28 Nov 2024 22:34:23 +0000
linbpq (6.0.24.50-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium
* New upstream import

View File

@ -11,6 +11,15 @@
--- a/bpqmail.h
+++ b/bpqmail.h
@@ -611,7 +611,7 @@
char status;
int number;
int length;
- int xdatereceived;
+ const time_t xdatereceived;
char bbsfrom[7]; // ? BBS we got it from ?
char via[41];
char from[7];
@@ -695,8 +695,8 @@
unsigned char Type;
unsigned char changed;

View File

@ -35,7 +35,7 @@
BOOL CompareCalls(UCHAR * c1, UCHAR * c2);
VOID PostDataAvailable(TRANSPORTENTRY * Session);
@@ -437,7 +437,6 @@
@@ -438,7 +438,6 @@
DllExport uint64_t APIENTRY GetPortFrequency(int PortNo, char * FreqStringMhz);
@ -107,7 +107,7 @@
static UCHAR * DISPLAY_NETROM(MESSAGE * ADJBUFFER, UCHAR * Output, int MsgLen, int DoNodes);
--- a/Bpq32.c
+++ b/Bpq32.c
@@ -1415,7 +1415,6 @@
@@ -1420,7 +1420,6 @@
VOID FindLostBuffers();
BOOL InitializeTNCEmulator();
VOID TNCTimer();

View File

@ -1,6 +1,6 @@
--- a/APRSCode.c
+++ b/APRSCode.c
@@ -3673,7 +3673,7 @@
@@ -3674,7 +3674,7 @@
if (ptr1)
*ptr1 = 0;
@ -86,7 +86,7 @@
--- a/config.c
+++ b/config.c
@@ -644,7 +644,7 @@
@@ -649,7 +649,7 @@
if (LOCATOR[0] == 0 && LocSpecified == 0 && RFOnly == 0)
{
Consoleprintf("");