On Wed, Dec 12, 2001 at 01:19:59AM -0600, [EMAIL PROTECTED] wrote:
>   7. HP-UX 11.00, with the aCC compiler, gives:
>      Error 221: "FtpDirList.h", line 32 # Member 'EPLF' not declared in class
>          FtpDirList ["FtpDirList.h", line 26].
>             static char *FtpDirList::EPLF(const char *line, int len);

How's the following patch for this?

-- 
albert chin ([EMAIL PROTECTED])

-- snip snip
--- src/FtpDirList.h.orig       Fri Dec 14 07:23:51 2001
+++ src/FtpDirList.h    Fri Dec 14 07:23:57 2001
@@ -29,7 +29,7 @@
    Buffer *ubuf;
    char *pattern;
 
-   static char *FtpDirList::EPLF(const char *line, int len);
+   static char *EPLF(const char *line, int len);
           
 public:
    FtpDirList(ArgV *a,FileAccess *fa);

Reply via email to