diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-19 21:57:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-19 21:57:18 +0000 |
commit | f853556b001a0aa2b6c37a73db6602fb02845fac (patch) | |
tree | 4d3f8ee909b9d62a421cd1a5fe6314d64bcdc075 /usr.bin/sudo/testsudoers.c | |
parent | 0017be32f575787dde5df63ec556819d445cfb0f (diff) |
sync w/ the sudo cvs tree and sudo 1.6.7p4
Diffstat (limited to 'usr.bin/sudo/testsudoers.c')
-rw-r--r-- | usr.bin/sudo/testsudoers.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/sudo/testsudoers.c b/usr.bin/sudo/testsudoers.c index 0797082e2d0..62e09ffb812 100644 --- a/usr.bin/sudo/testsudoers.c +++ b/usr.bin/sudo/testsudoers.c @@ -32,6 +32,10 @@ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * Sponsored in part by the Defense Advanced Research Projects + * Agency (DARPA) and Air Force Research Laboratory, Air Force + * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ #define _SUDO_MAIN @@ -89,7 +93,7 @@ #endif /* HAVE_FNMATCH */ #ifndef lint -static const char rcsid[] = "$Sudo: testsudoers.c,v 1.81 2003/04/02 18:25:19 millert Exp $"; +static const char rcsid[] = "$Sudo: testsudoers.c,v 1.82 2003/04/16 00:42:10 millert Exp $"; #endif /* lint */ |