Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
ispell
ispell-3.3.02-types.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ispell-3.3.02-types.patch of Package ispell
--- config.X +++ config.X 2007-05-31 17:58:34.971948256 +0200 @@ -212,6 +212,7 @@ #undef USG /* Define this in local.h for System V machines */ #endif /* USG */ +#include <limits.h> #include <sys/param.h> #include <sys/types.h> #ifndef USG --- ispell.c +++ ispell.c 2007-05-31 17:56:56.177457827 +0200 @@ -231,6 +231,7 @@ static char Rcs_Id[] = #include "msgs.h" #include "version.h" #include <ctype.h> +#include <sys/types.h> #ifndef NO_FCNTL_H #include <fcntl.h> #endif /* NO_FCNTL_H */ --- lookup.c +++ lookup.c 2007-05-31 17:57:23.772388056 +0200 @@ -89,6 +89,11 @@ static char Rcs_Id[] = #include "ispell.h" #include "proto.h" #include "msgs.h" +#include <sys/types.h> +#include <sys/stat.h> +#ifndef NO_FCNTL_H +#include <fcntl.h> +#endif /* NO_FCNTL_H */ int linit P ((void)); #ifdef INDEXDUMP
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