• R/O
  • HTTP
  • SSH
  • HTTPS

olha: Commit


Commit MetaInfo

Révision3935c944392e79cb73c83cf3184ddf6556431f18 (tree)
l'heure2008-06-29 12:25:55
AuteurKoji Arai <jca02266@gmai...>
CommiterKoji Arai

Message de Log

should include sys/types.h for mode_t

Change Summary

Modification

--- a/pathlib.c
+++ b/pathlib.c
@@ -140,6 +140,7 @@ makepath(char *dest, int dest_size,
140140 }
141141
142142 #include <sys/stat.h>
143+#include <sys/types.h>
143144 #include <errno.h>
144145
145146 int
Afficher sur ancien navigateur de dépôt.