| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Eric Blake <ebb9 AT byu DOT net> |
| Subject: | Re: CVS =?utf-8?b?cGF0aF9jb252?= build error |
| Date: | Fri, 20 Jul 2007 19:57:53 +0000 (UTC) |
| Lines: | 29 |
| Message-ID: | <loom.20070720T215640-926@post.gmane.org> |
| References: | <Pine DOT CYG DOT 4 DOT 58 DOT 0707201439260 DOT 2640 AT PC1163-8460-XP DOT flightsafety DOT com> |
| Mime-Version: | 1.0 |
| User-Agent: | Loom/3.14 (http://gmane.org/) |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Brian Ford <Brian.Ford <at> FlightSafety.com> writes:
> In file included from
> ../../../../cygwin/winsup/cygserver/bsd_helper.cc:27:
> /home/ford/downloads/cygwin/winsup/cygwin/security.h:338: error:
> `path_conv' has not been declared
I worked around it like this, although including "path.h" would also do the
trick.
Index: security.h
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/security.h,v
retrieving revision 1.88
diff -u -p -r1.88 security.h
--- security.h 20 Jul 2007 14:29:43 -0000 1.88
+++ security.h 20 Jul 2007 19:57:03 -0000
@@ -66,6 +66,8 @@ details. */
#endif /* ! SE_CREATE_TOKEN_PRIVILEGE */
+struct path_conv;
+
/* Added for debugging purposes. */
typedef struct {
BYTE Revision;
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |