Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
ncpfs
ncpfs-hg-commit-424.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ncpfs-hg-commit-424.patch of Package ncpfs
changeset: 424:81e0853d48a9 user: Petr Vandrovec <petr@vandrovec.name> date: Sat May 28 19:59:35 2005 +0000 files: include/ncp/kernel/types.h.in description: Use stdint.h when possible. Fixes problems on Darwin. diff -r bef6bf5896d3 -r 81e0853d48a9 include/ncp/kernel/types.h.in --- a/include/ncp/kernel/types.h.in Sat May 28 19:42:20 2005 +0000 +++ b/include/ncp/kernel/types.h.in Sat May 28 19:59:35 2005 +0000 @@ -7,6 +7,9 @@ @ncp_in_support@ @ncp_ipx_support@ +#if @stdint_types@ +#include <stdint.h> +#else /* FIXME: What about configure?! */ #ifndef __BIT_TYPES_DEFINED__ #define __BIT_TYPES_DEFINED__ 1 @@ -26,6 +29,7 @@ typedef signed long long int64_t; #endif #endif /* __BIT_TYPES_DEFINED__ */ +#endif #if @USE_KERNEL@
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor