From 4556dcfdc6b231f147b6772f9b6573b998c0ee38 Mon Sep 17 00:00:00 2001 From: hoaxter <> Date: Sun, 16 Jan 2005 14:54:32 +0000 Subject: [PATCH] change getopt.h to stdio.h in fspscan.c so that fspscan can compile on OS without gnu getopt e.g. AIX --- ChangeLog | 4 ++++ contrib/fspscan.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6e20bc6..f714a32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version NEXT + use getopt from stdio.h instead of getopt.h in fspscan.c + fspscan now compiles on AIX and other OS without glibc (hoaxter) + Version 2.8.1b23 - 14 Jan 2005 use srandomdev for seeding of client seq. number generator make dirlister smarter - save one RTT per each directory listings diff --git a/contrib/fspscan.c b/contrib/fspscan.c index 39e5164..e4751bb 100644 --- a/contrib/fspscan.c +++ b/contrib/fspscan.c @@ -31,7 +31,7 @@ suite. Don't blame me for the code, i have not touched it. #include "fspscan.h" #include #include -#include +#include #include #include #include