diff options
author | 2000-07-13 15:12:34 +0000 | |
---|---|---|
committer | 2000-07-13 15:12:34 +0000 | |
commit | 49c85f06d5d85008b8d04fbad957a3b9474597b1 (patch) | |
tree | 85de0116f617f31430ada4ea257711d1f0d666e1 | |
parent | on openbsd, static symbols are not visible from the userland. (diff) | |
download | wireguard-openbsd-49c85f06d5d85008b8d04fbad957a3b9474597b1.tar.xz wireguard-openbsd-49c85f06d5d85008b8d04fbad957a3b9474597b1.zip |
undo
-rw-r--r-- | sbin/atactl/atactl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c index 200e561e73a..21ddb5ea625 100644 --- a/sbin/atactl/atactl.c +++ b/sbin/atactl/atactl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atactl.c,v 1.4 2000/07/05 23:41:37 deraadt Exp $ */ +/* $OpenBSD: atactl.c,v 1.5 2000/07/13 15:12:34 deraadt Exp $ */ /* $NetBSD: atactl.c,v 1.4 1999/02/24 18:49:14 jwise Exp $ */ /*- @@ -262,7 +262,7 @@ print_bitinfo(f, bits, binfo) for (; binfo->bitmask != NULL; binfo++) if (bits & binfo->bitmask) - printf(f, "%s", binfo->string); + printf(f, binfo->string); } /* |