diff options
author | ru <ru@FreeBSD.org> | 2011-08-11 10:29:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2011-08-11 10:29:10 +0000 |
commit | 09961aaff67f444fe11e41a761475d3cda5b7a36 (patch) | |
tree | a20eea0c5240ad883ee6167ee612a5e57b625a9e /contrib/one-true-awk/main.c | |
parent | 6bc583d0fe2dccfe70ecc5f20834c56a22f884c4 (diff) | |
download | FreeBSD-src-09961aaff67f444fe11e41a761475d3cda5b7a36.zip FreeBSD-src-09961aaff67f444fe11e41a761475d3cda5b7a36.tar.gz |
- Merged awk upstream that includes a fix for a bug exposed by kmod_syms.mk.
- Provide a build aid for those who already have a buggy awk(1) installed.
Approved by: re (kib)
Diffstat (limited to 'contrib/one-true-awk/main.c')
-rw-r--r-- | contrib/one-true-awk/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/one-true-awk/main.c b/contrib/one-true-awk/main.c index 61063b1..8cc7057 100644 --- a/contrib/one-true-awk/main.c +++ b/contrib/one-true-awk/main.c @@ -25,7 +25,7 @@ THIS SOFTWARE. #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -const char *version = "version 20110807 (FreeBSD)"; +const char *version = "version 20110810 (FreeBSD)"; #define DEBUG #include <stdio.h> |