diff options
author | 2020-12-18 21:36:24 +0000 | |
---|---|---|
committer | 2020-12-18 21:36:24 +0000 | |
commit | 6de80fb8e30bbd35e9dda3cc355f04a2d5820ace (patch) | |
tree | af099742b4cee770f6f42282531bef59f2c01446 /usr.bin/awk/main.c | |
parent | Add glue for the USB3 controller on the i.MX8MP SoC. NXP had this glue for (diff) | |
download | wireguard-openbsd-6de80fb8e30bbd35e9dda3cc355f04a2d5820ace.tar.xz wireguard-openbsd-6de80fb8e30bbd35e9dda3cc355f04a2d5820ace.zip |
Update awk to December 18, 2020 version.
Includes the official fix for +-inf and +-nan handling.
Diffstat (limited to 'usr.bin/awk/main.c')
-rw-r--r-- | usr.bin/awk/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/awk/main.c b/usr.bin/awk/main.c index 6aac4d5fa64..5a195940b94 100644 --- a/usr.bin/awk/main.c +++ b/usr.bin/awk/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.46 2020/12/09 20:00:11 millert Exp $ */ +/* $OpenBSD: main.c,v 1.47 2020/12/18 21:36:24 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved @@ -23,7 +23,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************/ -const char *version = "version 20201208"; +const char *version = "version 20201218"; #define DEBUG #include <stdio.h> |