diff options
author | 1997-04-02 05:38:47 +0000 | |
---|---|---|
committer | 1997-04-02 05:38:47 +0000 | |
commit | 2a449c4b9d7ba0194be51e8540a10e8a94c5ea54 (patch) | |
tree | bf52b744db93a9666949f2a23ff6c5b52547436c | |
parent | fix bios geometry calculation (diff) | |
download | wireguard-openbsd-2a449c4b9d7ba0194be51e8540a10e8a94c5ea54.tar.xz wireguard-openbsd-2a449c4b9d7ba0194be51e8540a10e8a94c5ea54.zip |
#ifndef local
#define local static
#endif
-rw-r--r-- | sys/lib/libz/crc32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libz/crc32.c b/sys/lib/libz/crc32.c index fc8fb6a6b12..002d4961020 100644 --- a/sys/lib/libz/crc32.c +++ b/sys/lib/libz/crc32.c @@ -3,11 +3,13 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: crc32.c,v 1.1 1997/02/06 02:56:49 downsj Exp $ */ +/* $Id: crc32.c,v 1.2 1997/04/02 05:38:47 mickey Exp $ */ #include "zlib.h" +#ifndef local #define local static +#endif #ifdef DYNAMIC_CRC_TABLE |