From db1e8d1f87414f579cd702c60e3f24abc8b092aa Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Wed, 5 Jul 2006 04:14:52 +0200 Subject: [PATCH] Added PMOD_EXPORT (only informational). Rev: src/modules/files/socket.c:1.96 --- src/modules/files/socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/files/socket.c b/src/modules/files/socket.c index 6a388d2916..280fad72b0 100644 --- a/src/modules/files/socket.c +++ b/src/modules/files/socket.c @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: socket.c,v 1.95 2005/05/31 16:34:24 bill Exp $ +|| $Id: socket.c,v 1.96 2006/07/05 02:14:52 mast Exp $ */ #define NO_PIKE_SHORTHAND @@ -626,7 +626,7 @@ static void exit_port_struct(struct object *o) /*! @endmodule */ -struct program *port_program = NULL; +PMOD_EXPORT struct program *port_program = NULL; void port_exit_program(void) { -- GitLab