]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix windows build
authorBrian West <brian@freeswitch.org>
Thu, 21 May 2009 14:55:58 +0000 (14:55 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 21 May 2009 14:55:58 +0000 (14:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13410 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index 79daffe07e5aa3f082000befb38eea1ecc4a78e5..45dfe7de7c865f269ab591764b4e24dae76516f7 100644 (file)
@@ -1033,7 +1033,7 @@ static void switch_core_set_serial(void)
        char path[256];
        
        int fd = -1, write_fd = -1;
-       ssize_t bytes = 0;
+       switch_ssize_t bytes = 0;
 
        switch_snprintf(path, sizeof(path), "%s%sfreeswitch.serial", SWITCH_GLOBAL_dirs.conf_dir, SWITCH_PATH_SEPARATOR);