From 4d1f469155303dfec301ecc9d03b19fa0f26c677 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Sun, 6 Aug 2006 18:11:03 +0200 Subject: [PATCH] PMOD_PROTO isn't used anymore. Rev: src/fd_control.c:1.53 --- src/fd_control.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fd_control.c b/src/fd_control.c index 995c739c75..f3b65fcdd8 100644 --- a/src/fd_control.c +++ b/src/fd_control.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: fd_control.c,v 1.52 2004/12/30 13:28:22 grubba Exp $ +|| $Id: fd_control.c,v 1.53 2006/08/06 16:11:03 mast Exp $ */ #ifndef TESTING @@ -13,7 +13,6 @@ #else /* TESTING */ #define PMOD_EXPORT -#define PMOD_PROTO #ifndef _LARGEFILE_SOURCE # define _FILE_OFFSET_BITS 64 -- GitLab