diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-02-23 01:24:02 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-02-23 01:24:02 +0000 |
commit | 46acc3702698ba19936598ab0b2bcb79d0541e14 (patch) | |
tree | ae223d64d0eef9481ac27d428fd4c517fe5427e4 /contrib/openpam/lib/openpam_log.c | |
parent | ac676a111684706b7e97927f12d29b25c5205078 (diff) |
Notes
Diffstat (limited to 'contrib/openpam/lib/openpam_log.c')
-rw-r--r-- | contrib/openpam/lib/openpam_log.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/openpam/lib/openpam_log.c b/contrib/openpam/lib/openpam_log.c index b15c6e35c728..493ea330ce2c 100644 --- a/contrib/openpam/lib/openpam_log.c +++ b/contrib/openpam/lib/openpam_log.c @@ -47,6 +47,8 @@ #if defined(openpam_log) /* + * OpenPAM extension + * * Log a message through syslog(3) */ @@ -121,3 +123,7 @@ openpam_log(int level, const char *fmt, ...) } #endif + +/* + * NOLIST + */ |