#include "sudo_usage.h" not <sudo_usage.h> so we get the one in the

build directory and not the src dir when using a separate build
directory.
This commit is contained in:
Todd C. Miller
2013-02-15 08:57:21 -05:00
parent 0f0ef228a5
commit 2d9da65881
3 changed files with 3 additions and 4 deletions

View File

@@ -229,8 +229,7 @@ sudo_make_gritem(gid_t gid, const char *name)
/*
* Dynamically allocate space for a struct item plus the key and data
* elements. Fills in datum from the gids arrays or from getgrouplist(3).
* Consumes (frees) the gids array on success.
* elements. Fills in datum from user_gids or from getgrouplist(3).
*/
struct cache_item *
sudo_make_grlist_item(struct passwd *pw)