summaryrefslogtreecommitdiff
path: root/libexec/login_token
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-29 18:39:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-29 18:39:24 +0000
commit6b78b159d102a0d9c9569fdfe01402c43ed808db (patch)
treec52077c3e099acdf85db980a2c821320dbcc7463 /libexec/login_token
parentef45b046d50271fb77ae73c50cf2bb20badc690f (diff)
spaces
Diffstat (limited to 'libexec/login_token')
-rw-r--r--libexec/login_token/tokendb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/login_token/tokendb.c b/libexec/login_token/tokendb.c
index f3cc801fcec..d0260e8d39d 100644
--- a/libexec/login_token/tokendb.c
+++ b/libexec/login_token/tokendb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tokendb.c,v 1.6 2002/11/21 22:17:41 millert Exp $ */
+/* $OpenBSD: tokendb.c,v 1.7 2003/07/29 18:39:23 deraadt Exp $ */
/*-
* Copyright (c) 1995 Migration Associates Corp. All Rights Reserved
@@ -229,7 +229,7 @@ tokendb_open(void)
/*
* Close the token database. We are holding an unknown lock.
- * Release it, then close the db. Since little can be done
+ * Release it, then close the db. Since little can be done
* about errors, we ignore them.
*/
@@ -289,7 +289,7 @@ tokendb_nextrec(int reverse_flag, TOKENDB_Rec *tokenrec)
memset(&data, 0, sizeof(data));
- status = (tokendb->seq)(tokendb, &key, &data,
+ status = (tokendb->seq)(tokendb, &key, &data,
reverse_flag ? R_PREV : R_NEXT);
if (status) {