summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokenadm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tokenadm')
-rw-r--r--usr.sbin/tokenadm/tokenadm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tokenadm/tokenadm.c b/usr.sbin/tokenadm/tokenadm.c
index 3860ffb3281..42e55626e70 100644
--- a/usr.sbin/tokenadm/tokenadm.c
+++ b/usr.sbin/tokenadm/tokenadm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tokenadm.c,v 1.5 2002/06/02 06:42:29 deraadt Exp $ */
+/* $OpenBSD: tokenadm.c,v 1.6 2002/09/06 19:12:36 deraadt Exp $ */
/*-
* Copyright (c) 1995 Migration Associates Corp. All Rights Reserved
@@ -57,8 +57,8 @@ typedef enum {
ENONLY = 0x04,
DISONLY = 0x08,
ONECOL = 0x10,
- REVERSE = 0x20,
- } how_t;
+ REVERSE = 0x20
+} how_t;
static int force_unlock(char *);
static int process_record(char *, unsigned, unsigned);