Module Name:    src
Committed By:   riastradh
Date:           Thu Mar  5 07:46:49 UTC 2020

Modified Files:
        src/sys/net: zlib.h

Log Message:
Avoid duplicate definition of internal_state struct.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/net/zlib.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/zlib.h
diff -u src/sys/net/zlib.h:1.14 src/sys/net/zlib.h:1.15
--- src/sys/net/zlib.h:1.14	Wed Mar 25 01:26:12 2009
+++ src/sys/net/zlib.h	Thu Mar  5 07:46:49 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: zlib.h,v 1.14 2009/03/25 01:26:12 darran Exp $ */
+/* $NetBSD: zlib.h,v 1.15 2020/03/05 07:46:49 riastradh Exp $ */
 
 /* zlib.h -- interface of the 'zlib' general purpose compression library
   version 1.1.4, March 11th, 2002
@@ -43,7 +43,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-/* @(#) $Id: zlib.h,v 1.14 2009/03/25 01:26:12 darran Exp $ */
+/* @(#) $Id: zlib.h,v 1.15 2020/03/05 07:46:49 riastradh Exp $ */
 
 #ifndef ZCONF_H
 #define ZCONF_H
@@ -135,6 +135,7 @@
 #if defined(__MWERKS__) || defined(applec) ||defined(THINK_C) ||defined(__SC__)
 #  define NO_DUMMY_DECL
 #endif
+#define NO_DUMMY_DECL
 
 /* Old Borland C incorrectly complains about missing returns: */
 #if defined(__BORLANDC__) && (__BORLANDC__ < 0x500)

Reply via email to