Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<sys/attr.h> #1

Open
snshn opened this issue Jan 29, 2015 · 1 comment
Open

<sys/attr.h> #1

snshn opened this issue Jan 29, 2015 · 1 comment

Comments

@snshn
Copy link
Member

snshn commented Jan 29, 2015

Hello, gentlemen.

The first problem we have is the absence of <sys/attr.h>, therefore the lack of getattrlist and setattrlist on FreeBSD.

We could try to use the code from the official FreeBSD NTFS driver, write some sort of a wrapping/native function and re-implement the code associated with those functions in the source files or maybe something way different than that?

@snshn
Copy link
Member Author

snshn commented Jan 29, 2015

I believe these headers should work:

int getattrlist(const char *path, void *attrlist, void *buffer, size_t length, unsigned long options);
int setattrlist(const char *path, void *attrlist, void *buffer, size_t length, unsigned long options);

@snshn snshn changed the title sys/attr.h <sys/attr.h> Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant