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
6f197bc8
Commit
6f197bc8
authored
Oct 10, 2006
by
Michael Jerris
Browse files
Freebsd 5.3 build fix
darcs-hash:20061009211659-16063-73dbf162ddff14e4d8b438c60eab14fd252e9de2.gz
parent
6e1e0d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/su/sofia-sip/su_errno.h
libsofia-sip-ua/su/sofia-sip/su_errno.h
+1
-1
No files found.
libsofia-sip-ua/su/sofia-sip/su_errno.h
View file @
6f197bc8
...
...
@@ -58,7 +58,7 @@ SOFIAPUBFUN int su_seterrno(int);
#define su_seterrno(n) ((errno = (n)), -1)
#endif
#if defined(__APPLE_CC__) || defined(__OpenBSD__) || defined(__NetBSD__)
#if defined(__APPLE_CC__) || defined(__OpenBSD__) || defined(__NetBSD__)
|| defined(__FreeBSD__)
#ifndef EBADMSG
#define EBADMSG EFAULT
#endif
...
...
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