summaryrefslogtreecommitdiffstats
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-06 00:55:39 +0000
committerpfg <pfg@FreeBSD.org>2016-04-06 00:55:39 +0000
commit753486d87a2e342d74c241d1e83dc2cba81dfa67 (patch)
tree63883ad3aa75d8e957ab2e359e6f5236c78dd505 /sys/sys/param.h
parent03a52ab32bbd9fcf834569605b000981f384b838 (diff)
downloadFreeBSD-src-753486d87a2e342d74c241d1e83dc2cba81dfa67.zip
FreeBSD-src-753486d87a2e342d74c241d1e83dc2cba81dfa67.tar.gz
Fix sed functions 'i' and 'a' from discarding leading white space.
This appears to be implementation dependent but convenient and makes our sed behave more like GNU sed. Given that it is not the historic behavior, bump FreeBSD_version should userland/ports somehow depend on it. Obtained from: NetBSD (bin/49872) Reviewed by: bdrewery PR: 208554 Merge after: NEVER
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 987453c..2f6eb7a 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1100104 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100105 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud