File: testsudoers_pwutil.c

package info (click to toggle)
sudo 1.9.17p2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 26,560 kB
  • sloc: ansic: 114,014; sh: 13,458; makefile: 9,797; yacc: 2,608; lex: 1,574; perl: 366; python: 362; sed: 265
file content (10 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
/*
 * Build pwutil_impl.c with a function prefix of "testsudoers_" instead
 * of "sudo_" and call our custom getpwnam/getpwuid/getgrnam/getgrgid.
 */

#define PWUTIL_PREFIX		testsudoers

#include <testsudoers_pwutil.h>
#include <tsgetgrpw.h>
#include "pwutil_impl.c"