ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/lzf_d.c
(Generate patch)

Comparing liblzf/lzf_d.c (file contents):
Revision 1.11 by root, Sun May 30 05:52:57 2010 UTC vs.
Revision 1.12 by root, Tue Jun 1 01:15:34 2010 UTC

33 * provisions above, a recipient may use your version of this file under 33 * provisions above, a recipient may use your version of this file under
34 * either the BSD or the GPL. 34 * either the BSD or the GPL.
35 */ 35 */
36 36
37#include "lzfP.h" 37#include "lzfP.h"
38
39#include <string.h> /* for memcpy/memset */
40 38
41#if AVOID_ERRNO 39#if AVOID_ERRNO
42# define SET_ERRNO(n) 40# define SET_ERRNO(n)
43#else 41#else
44# include <errno.h> 42# include <errno.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines