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
ROOL
InetRes
Commits
13a8ce37
Commit
13a8ce37
authored
Jul 22, 1999
by
Kevin Bracey
Browse files
!Internet tweaked to ensure version 5.33.
MTrace doesn't use non-ISO strftime() specifiers.
parent
80883c03
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
Resources/!Run,feb
Resources/!Run,feb
+3
-3
Resources/UK/!Help
Resources/UK/!Help
+1
-1
Sources/mtrace/c/MTrace
Sources/mtrace/c/MTrace
+7
-0
No files found.
Resources/!Run,feb
View file @
13a8ce37
|================================================================|
| Run file for !Internet V5.
00
(2
1st Ma
y 199
6)
|
| Run file for !Internet V5.
33
(2
2nd Jul
y 199
9)
|
| |
| Copyright (C) Acorn Computers Ltd., 1996 |
|================================================================|
...
...
@@ -40,8 +40,8 @@ Unset Inet$BadMbufManager
RMEnsure AUNMsgs 0.07 RMLoad System:Modules.Network.AUNMsgs
RMEnsure AUNMsgs 0.07 Error !Internet requires AUNMsgs 0.07 or later
RMEnsure Internet 5.
02
RMLoad System:Modules.Network.Internet
RMEnsure Internet 5.
02
Error !Internet requires Internet 5.
02
or later
RMEnsure Internet 5.
33
RMLoad System:Modules.Network.Internet
RMEnsure Internet 5.
33
Error !Internet requires Internet 5.
33
or later
RMEnsure MbufManager 0.17 RMLoad System:Modules.Network.MManager
RMEnsure MbufManager 0.17 Error !Internet requires MbufManager 0.17 or later
...
...
Resources/UK/!Help
View file @
13a8ce37
!Internet version 5.
00 (30-May
-9
6
)
!Internet version 5.
33 (22-Jul
-9
9
)
==================================
This is the Internet resource directory. It stores
...
...
Sources/mtrace/c/MTrace
View file @
13a8ce37
...
...
@@ -1654,7 +1654,14 @@ passive_mode()
tr_sec
=
tr
.
tv_sec
;
now
=
localtime
(
&
tr_sec
);
#ifdef __riscos
/* %e and %k aren't standard ISO C, and hence not supported by our
* C library (which is a bit officious about these things).
*/
strftime
(
timebuf
,
sizeof
(
timebuf
)
-
1
,
"%b %d %H:%M:%S"
,
now
);
#else
strftime
(
timebuf
,
sizeof
(
timebuf
)
-
1
,
"%b %e %k:%M:%S"
,
now
);
#endif
printf
(
"Mtrace %s at %s"
,
len
==
0
?
"query"
:
igmp
->
igmp_type
==
IGMP_MTRACE_RESP
?
"response"
:
...
...
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