diff options
author | Mark Murray <markm@FreeBSD.org> | 2001-05-03 09:36:08 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2001-05-03 09:36:08 +0000 |
commit | 5791a4d4466a137893028f8243622286dae2bb0d (patch) | |
tree | f347e0c6cb6a7b2d9e9af0cc7052f5e0bb9c51e3 /contrib/libpam/examples/test.c | |
parent | fff5887d38e30654e1d5da89af2ad7614c05cfc8 (diff) |
Notes
Diffstat (limited to 'contrib/libpam/examples/test.c')
-rw-r--r-- | contrib/libpam/examples/test.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/contrib/libpam/examples/test.c b/contrib/libpam/examples/test.c index 0a1f5a6168fb..7e166b48ba98 100644 --- a/contrib/libpam/examples/test.c +++ b/contrib/libpam/examples/test.c @@ -1,16 +1,5 @@ /* - * $Log: test.c,v $ - * Revision 1.3 1996/03/10 00:14:20 morgan - * made lines less than 80 chars long. - * - * Revision 1.2 1996/03/09 09:16:26 morgan - * changed the header file that it includes. - * - * Revision 1.1 1996/03/09 09:13:34 morgan - * Initial revision - */ - -/* Marc Ewing (marc@redhat.com) - original test code + * Marc Ewing (marc@redhat.com) - original test code * Alexander O. Yuriev (alex@bach.cis.temple.edu) * Andrew Morgan (morgan@physics.ucla.edu) */ |