This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CVS path_conv build error


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]