Skip to content

Commit

Permalink
Fix setfsgid parameter name
Browse files Browse the repository at this point in the history
(even if it's unnecessary)
  • Loading branch information
brianv0 committed Feb 5, 2019
1 parent 13ba82f commit f5c8909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion davt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ffi.cdef[[
struct passwd *getpwnam(const char *name);
struct passwd *getpwuid(uid_t uid);
int setfsuid(uid_t fsuid);
int setfsgid(uid_t fsuid);
int setfsgid(uid_t fsgid);
]]

local davt = {}
Expand Down

0 comments on commit f5c8909

Please sign in to comment.