Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
6a7af5e4
Commit
6a7af5e4
authored
Sep 08, 2005
by
Pekka Pessi
Browse files
Explicitly using <errno.h>
darcs-hash:20050908150117-65a35-b11d5acfd0267ada27b2d6d1971365b34e7707a6.gz
parent
44df183e
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
15 additions
and
0 deletions
+15
-0
libsofia-sip-ua/msg/msg.c
libsofia-sip-ua/msg/msg.c
+2
-0
libsofia-sip-ua/msg/msg_mclass.c
libsofia-sip-ua/msg/msg_mclass.c
+1
-0
libsofia-sip-ua/msg/msg_mime.c
libsofia-sip-ua/msg/msg_mime.c
+1
-0
libsofia-sip-ua/msg/msg_parser.c
libsofia-sip-ua/msg/msg_parser.c
+1
-0
libsofia-sip-ua/nta/nta.c
libsofia-sip-ua/nta/nta.c
+3
-0
libsofia-sip-ua/nth/nth_client.c
libsofia-sip-ua/nth/nth_client.c
+2
-0
libsofia-sip-ua/nth/nth_server.c
libsofia-sip-ua/nth/nth_server.c
+2
-0
libsofia-sip-ua/su/su_port.c
libsofia-sip-ua/su/su_port.c
+1
-0
libsofia-sip-ua/su/su_proxy.c
libsofia-sip-ua/su/su_proxy.c
+1
-0
libsofia-sip-ua/su/su_root.c
libsofia-sip-ua/su/su_root.c
+1
-0
No files found.
libsofia-sip-ua/msg/msg.c
View file @
6a7af5e4
...
...
@@ -42,6 +42,8 @@ const char msg_c_id[] =
#include <stdarg.h>
#include <stdio.h>
#include <limits.h>
#include <errno.h>
#include <assert.h>
#include <su_alloc.h>
/* XXX */
...
...
libsofia-sip-ua/msg/msg_mclass.c
View file @
6a7af5e4
...
...
@@ -44,6 +44,7 @@ const char msg_mclass_c_id[] =
#include <stdio.h>
#include <assert.h>
#include <limits.h>
#include <errno.h>
#include <stdarg.h>
#include <su_tagarg.h>
...
...
libsofia-sip-ua/msg/msg_mime.c
View file @
6a7af5e4
...
...
@@ -46,6 +46,7 @@ const char _msg_mime_c_id[] =
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <errno.h>
#include <assert.h>
#include <su_alloc.h>
...
...
libsofia-sip-ua/msg/msg_parser.c
View file @
6a7af5e4
...
...
@@ -47,6 +47,7 @@ const char msg_parser_c_id[] =
#include <stdio.h>
#include <assert.h>
#include <limits.h>
#include <errno.h>
#include <stdarg.h>
#include <su_tagarg.h>
...
...
libsofia-sip-ua/nta/nta.c
View file @
6a7af5e4
...
...
@@ -57,6 +57,9 @@ char const nta_version[] = VERSION;
#include <assert.h>
#include <string0.h>
#include <limits.h>
#include <errno.h>
#include <string0.h>
/** @internal SU message argument structure type */
#define SU_MSG_ARG_T union sm_arg_u
...
...
libsofia-sip-ua/nth/nth_client.c
View file @
6a7af5e4
...
...
@@ -48,6 +48,8 @@ const char nth_client_c_id[] =
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
#include <errno.h>
#include <string0.h>
/** @internal SU message argument structure type */
...
...
libsofia-sip-ua/nth/nth_server.c
View file @
6a7af5e4
...
...
@@ -40,7 +40,9 @@ const char nth_server_c_id[] =
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <errno.h>
#include <assert.h>
#include <string0.h>
typedef
struct
server_s
server_t
;
...
...
libsofia-sip-ua/su/su_port.c
View file @
6a7af5e4
...
...
@@ -60,6 +60,7 @@ char const su_port_c[] =
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <errno.h>
#define SU_PORT_IMPLEMENTATION 1
#define SU_MSG_ARG_T union { char anoymous[4]; }
...
...
libsofia-sip-ua/su/su_proxy.c
View file @
6a7af5e4
...
...
@@ -40,6 +40,7 @@
#include <string.h>
#include <stdlib.h>
#include <stddef.h>
#include <errno.h>
#include <assert.h>
...
...
libsofia-sip-ua/su/su_root.c
View file @
6a7af5e4
...
...
@@ -42,6 +42,7 @@ const char su_root_c_id[] =
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "su.h"
...
...
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