Deleted Added
sdiff udiff text old ( 91094 ) new ( 91100 )
full compact
1/*-
2 * Copyright (c) 2002 Networks Associates Technologies, Inc.
3 * All rights reserved.
4 *
5 * This software was developed for the FreeBSD Project by ThinkSec AS and
6 * NAI Labs, the Security Research Division of Network Associates, Inc.
7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
8 * DARPA CHATS research program.

--- 44 unchanged lines hidden (view full) ---

53{
54 char *rsp;
55 int r;
56
57 r = pam_vprompt(pamh, PAM_TEXT_INFO, &rsp, fmt, ap);
58 free(rsp); /* ignore response */
59 return (r);
60}