Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Avoid duplicate definition of internal_state struct.



details:   https://anonhg.NetBSD.org/src/rev/59fd7109515a
branches:  trunk
changeset: 745550:59fd7109515a
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Mar 05 07:46:49 2020 +0000

description:
Avoid duplicate definition of internal_state struct.

diffstat:

 sys/net/zlib.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4e89620ac656 -r 59fd7109515a sys/net/zlib.h
--- a/sys/net/zlib.h    Thu Mar 05 07:46:36 2020 +0000
+++ b/sys/net/zlib.h    Thu Mar 05 07:46:49 2020 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index