summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/lib/pam_vinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/lib/pam_vinfo.c')
-rw-r--r--contrib/openpam/lib/pam_vinfo.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/openpam/lib/pam_vinfo.c b/contrib/openpam/lib/pam_vinfo.c
index f86ac02..0c57ec5 100644
--- a/contrib/openpam/lib/pam_vinfo.c
+++ b/contrib/openpam/lib/pam_vinfo.c
@@ -3,9 +3,9 @@
* All rights reserved.
*
* This software was developed for the FreeBSD Project by ThinkSec AS and
- * NAI Labs, the Security Research Division of Network Associates, Inc.
- * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
- * DARPA CHATS research program.
+ * Network Associates Laboratories, the Security Research Division of
+ * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
+ * ("CBOSS"), as part of the DARPA CHATS research program.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/pam_vinfo.c#5 $
+ * $P4: //depot/projects/openpam/lib/pam_vinfo.c#6 $
*/
#include <stdarg.h>
@@ -49,7 +49,7 @@
int
pam_vinfo(pam_handle_t *pamh,
const char *fmt,
- va_list ap)
+ va_list ap)
{
char *rsp;
int r;
OpenPOWER on IntegriCloud