summaryrefslogtreecommitdiff
path: root/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp
blob: 285fae08016e670270cec56fb37e8cd61e7a4b13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/net/SipUserAgent.cpp.orig	Thu Dec 28 17:59:14 2006
+++ ./src/net/SipUserAgent.cpp	Thu Dec 28 18:00:20 2006
@@ -83,6 +83,8 @@
 #  define PLATFORM_UA_PARAM " (Linux)"
 #elif defined(sun)
 #  define PLATFORM_UA_PARAM " (Solaris)"
+#elif defined(__FreeBSD__)
+#  define PLATFORM_UA_PARAM " (FreeBSD)"
 #endif
 #endif /* PLATFORM_UA_PARAM */