summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokenadm
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-09-06 19:12:36 +0000
committerderaadt <deraadt@openbsd.org>2002-09-06 19:12:36 +0000
commit4f67eb1d62c3340b6aacb08809b01377b34cd505 (patch)
tree1132c794dc303938bfce62b246c5fce888547c1c /usr.sbin/tokenadm
parentfopen() does not return < 0 (diff)
downloadwireguard-openbsd-4f67eb1d62c3340b6aacb08809b01377b34cd505.tar.xz
wireguard-openbsd-4f67eb1d62c3340b6aacb08809b01377b34cd505.zip
no , at end of enum
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);