[Patch] 2.5.70-bk11 zlib cleanup #2 cpp

Jörn Engel (joern@wohnheim.fh-wedel.de)
Fri, 6 Jun 2003 20:32:47 +0200


Hope we don't use any cplusplus in the kernel.

Jörn

-- 
Those who come seeking peace without a treaty are plotting.
-- Sun Tzu

--- linux-2.5.70-bk11/include/linux/zlib.h~zlib_cleanup_cpp 2003-06-06 15:56:15.000000000 +0200 +++ linux-2.5.70-bk11/include/linux/zlib.h 2003-06-06 19:53:06.000000000 +0200 @@ -33,10 +33,6 @@ #include <linux/zconf.h> -#ifdef __cplusplus -extern "C" { -#endif - #define ZLIB_VERSION "1.1.3" /* @@ -640,8 +636,4 @@ extern int zlib_inflateSyncPoint (z_streamp z); extern const uLong * zlib_get_crc_table (void); -#ifdef __cplusplus -} -#endif - #endif /* _ZLIB_H */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/