diff --git a/src/fd_control.c b/src/fd_control.c index 2a4910a9fc5b7f82c5861140433d6f14f1f08de7..9ee7ad36ab9ab9391942fb63ba0ff6797cebee52 100644 --- a/src/fd_control.c +++ b/src/fd_control.c @@ -10,10 +10,13 @@ #include "error.h" #include "fdlib.h" -RCSID("$Id: fd_control.c,v 1.32 2000/07/28 17:16:54 hubbe Exp $"); +RCSID("$Id: fd_control.c,v 1.33 2000/07/28 19:54:23 hubbe Exp $"); #else /* TESTING */ +#define PMOD_EXPORT +#define PMOD_PROTO + #ifndef _LARGEFILE_SOURCE # define _FILE_OFFSET_BITS 64 # define _LARGEFILE_SOURCE 1