diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-28 22:52:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-28 22:52:24 +0000 |
commit | d568c421a23a0bade57a78baa0e6602acafafb8e (patch) | |
tree | d5047c76dee4e3373a0f170ab9987c7507332286 /net/sipxportlib/files/patch-src_os_OsUtil.cpp | |
parent | 71bd0bd4f5f67657585134e80adff6eae266ffb5 (diff) |
Notes
Diffstat (limited to 'net/sipxportlib/files/patch-src_os_OsUtil.cpp')
-rw-r--r-- | net/sipxportlib/files/patch-src_os_OsUtil.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/sipxportlib/files/patch-src_os_OsUtil.cpp b/net/sipxportlib/files/patch-src_os_OsUtil.cpp deleted file mode 100644 index a2496d1fea06..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsUtil.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/os/OsUtil.cpp.orig Tue Jul 25 17:05:55 2006 -+++ ./src/os/OsUtil.cpp Thu Dec 28 16:14:44 2006 -@@ -426,6 +426,8 @@ - platform = PLATFORM_LINUX; - #elif defined(sun) /* ] [ */ - platform = PLATFORM_SOLARIS; -+#elif defined(__FreeBSD__) -+ platform = PLATFORM_FREEBSD; - #else /* ] [ */ - #error Unexpected Platform/CPU type - #endif /* ] ]*/ |