diff options
author | 2014-03-25 19:48:11 +0000 | |
---|---|---|
committer | 2014-03-25 19:48:11 +0000 | |
commit | 5be03f8ff4bfdb72cf93ab0aee9dc90ee972fe34 (patch) | |
tree | 92483103a5d24c93d4432a673656d433981b4a98 /lib/libc/asr/asr_debug.c | |
parent | sync, hopefully better this time (diff) | |
download | wireguard-openbsd-5be03f8ff4bfdb72cf93ab0aee9dc90ee972fe34.tar.xz wireguard-openbsd-5be03f8ff4bfdb72cf93ab0aee9dc90ee972fe34.zip |
Cleanup and simplify the API to be exposed. Use better names for
structures, functions and defines.
discussed with and ok deraadt@ guenther@
Diffstat (limited to 'lib/libc/asr/asr_debug.c')
-rw-r--r-- | lib/libc/asr/asr_debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/asr/asr_debug.c b/lib/libc/asr/asr_debug.c index fff192edcea..cfab567704e 100644 --- a/lib/libc/asr/asr_debug.c +++ b/lib/libc/asr/asr_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr_debug.c,v 1.15 2014/03/14 11:07:33 eric Exp $ */ +/* $OpenBSD: asr_debug.c,v 1.16 2014/03/25 19:48:11 eric Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -354,7 +354,6 @@ asr_transitionstr(int type) { switch (type) { CASE(ASYNC_COND); - CASE(ASYNC_YIELD); CASE(ASYNC_DONE); default: return "?"; |