Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
sxiv
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fix compile error on NetBSD
master
Bert
14 anni fa
parent
dde2d9d023
commit
2e1d752777
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
thumbs.c
+ 5
- 0
thumbs.c
Vedi File
@@ -27,6 +27,11 @@
#include "thumbs.h"
#include "util.h"
#ifdef __NetBSD__
#define st_mtim st_mtimespec
#define st_atim st_atimespec
#endif
const int thumb_dim = THUMB_SIZE + 10;
char *cache_dir = NULL;
Write
Preview
Loading…
Annulla
Salva