Changeset 46577995 in mainline for uspace/srv/net/tcp/tcp.c
- Timestamp:
- 2018-01-04T20:50:52Z (7 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/tcp.c
rfacacc71 r46577995 55 55 }; 56 56 57 static int tcp_init(void)57 static errno_t tcp_init(void) 58 58 { 59 int rc;59 errno_t rc; 60 60 61 61 log_msg(LOG_DEFAULT, LVL_DEBUG, "tcp_init()"); … … 91 91 int main(int argc, char **argv) 92 92 { 93 int rc;93 errno_t rc; 94 94 95 95 printf(NAME ": TCP (Transmission Control Protocol) network module\n");
Note:
See TracChangeset
for help on using the changeset viewer.