Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e39f293 authored by Frank Pavlic's avatar Frank Pavlic Committed by Jeff Garzik
Browse files

[PATCH] s390: enable iucv_send2way_xxx functions



[patch 6/10] s390: enable iucv_send2way_xxx functions.

From: Ursula Braun-Krahl <braunu@de.ibm.com>

The SSL-Server of z/VM wants to use the iucv_send2way
and iucv_send2way_array function. Enable them again.

Signed-off-by: default avatarFrank Pavlic <pavlic@de.ibm.com>
parent 7394c928
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
/* 
 * $Id: iucv.c,v 1.43 2005/02/09 14:47:43 braunu Exp $
 * $Id: iucv.c,v 1.45 2005/04/26 22:59:06 braunu Exp $
 *
 * IUCV network driver
 *
@@ -29,7 +29,7 @@
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 * RELEASE-TAG: IUCV lowlevel driver $Revision: 1.43 $
 * RELEASE-TAG: IUCV lowlevel driver $Revision: 1.45 $
 *
 */

@@ -355,7 +355,7 @@ do { \
static void
iucv_banner(void)
{
	char vbuf[] = "$Revision: 1.43 $";
	char vbuf[] = "$Revision: 1.45 $";
	char *version = vbuf;

	if ((version = strchr(version, ':'))) {
@@ -2553,12 +2553,12 @@ EXPORT_SYMBOL (iucv_resume);
#endif
EXPORT_SYMBOL (iucv_reply_prmmsg);
EXPORT_SYMBOL (iucv_send);
#if 0
EXPORT_SYMBOL (iucv_send2way);
EXPORT_SYMBOL (iucv_send2way_array);
EXPORT_SYMBOL (iucv_send_array);
EXPORT_SYMBOL (iucv_send2way_prmmsg);
EXPORT_SYMBOL (iucv_send2way_prmmsg_array);
#if 0
EXPORT_SYMBOL (iucv_send_array);
EXPORT_SYMBOL (iucv_send_prmmsg);
EXPORT_SYMBOL (iucv_setmask);
#endif