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.

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

49
50int
51pam_open_session(pam_handle_t *pamh,
52 int flags)
53{
54
55 return (openpam_dispatch(pamh, PAM_SM_OPEN_SESSION, flags));
56}