Search
j0ke.net Open Build Service
>
Projects
>
mozilla
>
MozillaFirefox
> misc.dif
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File misc.dif of Package MozillaFirefox (Revision 33)
Currently displaying revision
33
,
show latest
--- gfx/src/x11shared/nsFT2FontCatalog.cpp +++ gfx/src/x11shared/nsFT2FontCatalog.cpp @@ -49,6 +49,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <time.h> #include <sys/stat.h> #include <sys/time.h> #include <dirent.h> @@ -92,9 +93,6 @@ // Called to get the TrueType font summary from the disk font catalog. // -// Solaris is missing a prototype for ctime -extern "C" {char *ctime(const time_t *timep);} - #include <ft2build.h> #include FT_GLYPH_H #include FT_FREETYPE_H