Deleted Added
full compact
zutil.c (131380) zutil.c (146081)
1/* zutil.c -- target dependent utility functions for the compression library
2 * Copyright (C) 1995-2003 Jean-loup Gailly.
3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */
5
1/* zutil.c -- target dependent utility functions for the compression library
2 * Copyright (C) 1995-2003 Jean-loup Gailly.
3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */
5
6#include <sys/cdefs.h>
7__FBSDID("$FreeBSD: head/lib/libz/zutil.c 131380 2004-06-30 23:54:46Z tjr $");
6/* @(#) $Id$ */
8
9#include "zutil.h"
10
11#ifndef NO_DUMMY_DECL
12struct internal_state {int dummy;}; /* for buggy compilers */
13#endif
14
15#ifndef STDC

--- 305 unchanged lines hidden ---
7
8#include "zutil.h"
9
10#ifndef NO_DUMMY_DECL
11struct internal_state {int dummy;}; /* for buggy compilers */
12#endif
13
14#ifndef STDC

--- 305 unchanged lines hidden ---