Deleted Added
sdiff udiff text old ( 13570:b6484720c6a9 ) new ( 13571:a320800ceccf )
full compact
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 1553 unchanged lines hidden (view full) ---

1562 /**
1563 * Malloced above.
1564 */
1565 free(bufferArray);
1566
1567 return (sent_size < 0) ? -local_errno : sent_size;
1568}
1569