Skip to content
Snippets Groups Projects
Commit 7bffc71e authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

nothing to see

parent a32ec790
No related branches found
No related tags found
No related merge requests found
......@@ -110,9 +110,10 @@ int main(int argc, char const *const *argv)
/**
* be paranoid and avoid to crash just for a
* not executable script
* */
* Cannot be possible to a read-only filesystem
if (chmod(script, 0755) < 0)
log_dieusys(LOG_EXIT_SYS,"chmod: ", script) ;
*/
char const *newargv[3] ;
unsigned int m = 0 ;
......
......@@ -26,7 +26,7 @@
extern void graph_build_tree(graph_t *g,char const *base, resolve_tree_master_enum_t field) ;
extern void graph_build_service(graph_t *g, resolve_service_t *ares, unsigned int *areslen, ssexec_t *info, uint32_t flag) ;
extern int graph_compute_dependencies(graph_t *g, char const *vertex, char const *edge, uint8_t requiredby) ;
extern void graph_compute_visit(char const *name, unsigned int *visit, unsigned int *list, graph_t *graph, unsigned int *nservice, uint8_t requiredby) ;
extern void graph_compute_visit(resolve_service_t *ares, unsigned int aresid, unsigned int *visit, unsigned int *list, graph_t *graph, unsigned int *nservice, uint8_t requiredby) ;
extern int graph_build_service_bytree(graph_t *g, char const *tree, uint8_t what, uint8_t is_supervised) ;
extern int graph_build_service_bytree_from_src(graph_t *g, char const *src, uint8_t what) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment