Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
428578e7
Commit
428578e7
authored
Oct 23, 2013
by
yoogx
Browse files
* Minor reformatting
parent
e5717098
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/Makefile.am
View file @
428578e7
...
...
@@ -31,5 +31,3 @@ install-data-local:
uninstall-local
:
rm
-rf
$(DESTDIR)$(hsrc)
src/po_hi_time.c
View file @
428578e7
...
...
@@ -82,8 +82,6 @@ LARGE_INTEGER __po_hi_unix_seconds_to_windows_tick(unsigned sec, unsigned nsec)
#endif
int
__po_hi_get_time
(
__po_hi_time_t
*
mytime
)
{
#if defined (POSIX) || defined (RTEMS_POSIX) || defined (XENO_POSIX)
...
...
src/po_hi_transport.c
View file @
428578e7
...
...
@@ -69,7 +69,7 @@ int __po_hi_transport_send (__po_hi_task_id id, __po_hi_port_t port)
__po_hi_uint8_t
ndest
;
__po_hi_uint8_t
i
;
__po_hi_local_port_t
local_port
;
__po_hi_port_t
destination_port
;
__po_hi_port_t
destination_port
;
__po_hi_entity_t
destination_entity
;
local_port
=
__po_hi_get_local_port_from_global_port
(
port
);
...
...
@@ -475,5 +475,3 @@ int __po_hi_transport_xtratum_get_port (const __po_hi_port_t portno)
return
__po_hi_xtratum_port
[
portno
];
}
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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