Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
SystemRes
InetRes
Commits
283e8a6b
Commit
283e8a6b
authored
Aug 26, 2018
by
ROOL
🤖
Browse files
Build fix
Detail: netdb.h needs types.h Version 5.65. Tagged as 'Internet-5_65'
parent
95f451ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
+14
-12
Sources/map-mbone/c/Map-MBone
Sources/map-mbone/c/Map-MBone
+1
-0
Sources/mrinfo/c/MRInfo
Sources/mrinfo/c/MRInfo
+1
-0
Sources/mtrace/c/MTrace
Sources/mtrace/c/MTrace
+2
-2
VersionNum
VersionNum
+10
-10
No files found.
Sources/map-mbone/c/Map-MBone
View file @
283e8a6b
...
...
@@ -42,6 +42,7 @@ static const char rcsid[] =
#include <err.h>
#include <string.h>
#include <sys/types.h>
#include <netdb.h>
#include <sys/time.h>
#include "defs.h"
...
...
Sources/mrinfo/c/MRInfo
View file @
283e8a6b
...
...
@@ -68,6 +68,7 @@ static const char rcsid[] =
#endif
#include <err.h>
#include <sys/types.h>
#include <netdb.h>
#include <sys/time.h>
#include "defs.h"
...
...
Sources/mtrace/c/MTrace
View file @
283e8a6b
...
...
@@ -136,6 +136,8 @@ static const char rcsid[] =
#include <errno.h>
#include <memory.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
...
...
@@ -145,8 +147,6 @@ static const char rcsid[] =
#endif
#include <unistd.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <net/if.h>
#include <netinet/in.h>
...
...
VersionNum
View file @
283e8a6b
/* (5.6
4
)
/* (5.6
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.6
4
#define Module_MajorVersion_CMHG 5.6
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
11
Aug 2018
#define Module_Date_CMHG
26
Aug 2018
#define Module_MajorVersion "5.6
4
"
#define Module_Version 56
4
#define Module_MajorVersion "5.6
5
"
#define Module_Version 56
5
#define Module_MinorVersion ""
#define Module_Date "
11
Aug 2018"
#define Module_Date "
26
Aug 2018"
#define Module_ApplicationDate "
11
-Aug-18"
#define Module_ApplicationDate "
26
-Aug-18"
#define Module_ComponentName "Internet"
#define Module_ComponentPath "mixed/RiscOS/Sources/SystemRes/Internet"
#define Module_FullVersion "5.6
4
"
#define Module_HelpVersion "5.6
4
(
11
Aug 2018)"
#define Module_LibraryVersionInfo "5:6
4
"
#define Module_FullVersion "5.6
5
"
#define Module_HelpVersion "5.6
5
(
26
Aug 2018)"
#define Module_LibraryVersionInfo "5:6
5
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment