| Summary: | progressmeter.c doesn't build (at least) on Cygwin | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Corinna Vinschen <vinschen> | ||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | critical | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | ix86 | ||||||
| OS: | Cygwin on NT/2k/Win7-11 | ||||||
| Attachments: |
|
||||||
|
Description
Corinna Vinschen
2003-02-19 19:10:57 AEDT
Created attachment 233 [details]
Solves the progressmeter.c build problems
Mostly applied - thanks. I committed everything except for the basename() replacement. Instead, I took the implementation from OpenBSD libc and added it to openbsd-compat. Please test and reopen if I have further broken things :) Looks good so far but... uhm... shouldn't that be: Index: openbsd-compat/basename.h =================================================================== RCS file: /cvs/openssh_cvs/openbsd-compat/basename.h,v retrieving revision 1.1 diff -p -u -r1.1 basename.h --- openbsd-compat/basename.h 24 Feb 2003 01:55:56 -0000 1.1 +++ openbsd-compat/basename.h 24 Feb 2003 08:17:42 -0000 @@ -6,7 +6,7 @@ #if !defined(HAVE_BASENAME) -char *getcwd(char *pt, size_t size); +char *basename(char *path); #endif /* !defined(HAVE_BASENAME) */ #endif /* _BASENAME_H */ Applied a week or two ago. Mass change of RESOLVED bugs to CLOSED |