fusepy/fusepy

[openbsd] fuse_main_real not existing, there's fuse_main

Open

#40 aberto em 14 de jan. de 2016

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Python (190 forks)batch import
help wanted

Métricas do repositório

Stars
 (759 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Hi,

there's still an issue with fusepy on OpenBSD but first thing is there is no 'fuse_main_real' on OpenBSD. I renamed it and I could proceed with loopback.py a little bit.

(I'm not a developer, so my way was try & test...)

# objdump -t /usr/lib/libfuse.so.1.1  | grep fuse_main 
0000000000003150 g     F .text  0000000000000068 fuse_main

http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/fb_delete.9?query=fb_setup&sec=9 http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/fuse_chan_fd.3?query=fuse_main

http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libfuse/

Guia do colaborador