Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153066786
D20187.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
598 B
Referenced Files
None
Subscribers
None
D20187.diff
View Options
Index: head/lib/libsbuf/Symbol.map
===================================================================
--- head/lib/libsbuf/Symbol.map
+++ head/lib/libsbuf/Symbol.map
@@ -37,6 +37,9 @@
FBSD_1.5 {
sbuf_putbuf;
- sbuf_printf_drain;
};
+/* Added in FreeBSD 13.x */
+FBSD_1.6 {
+ sbuf_printf_drain;
+};
Index: head/lib/libsbuf/Version.def
===================================================================
--- head/lib/libsbuf/Version.def
+++ head/lib/libsbuf/Version.def
@@ -11,3 +11,7 @@
FBSD_1.5 {
} FBSD_1.4;
+
+# This version was first added to 13.0-current.
+FBSD_1.6 {
+} FBSD_1.5;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 10:35 PM (1 h, 24 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31805012
Default Alt Text
D20187.diff (598 B)
Attached To
Mode
D20187: Fix r347229 libsbuf symbol version
Attached
Detach File
Event Timeline
Log In to Comment