summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2006-08-04 21:35:52 +0000
committerBob Beck <beck@cvs.openbsd.org>2006-08-04 21:35:52 +0000
commitea82f6c5f6d4bb51c9e3a60e414082c516d798a7 (patch)
tree21dc95511589dc61ad7b3f8e04e953c190ff6887 /lib/libc/shlib_version
parentd0e695f041fa5614782cde825209fe672aea4826 (diff)
Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programs
when using removable media devices, along with changes to scsi_base to detect such cases in tapes other devices. This makes tar, dd, and friends report a semi useful error message instead of nonsense when there is nothing in the device. Includes libc minor bump, and will require the corresponding sets change. ok krw@ deraadt@
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 48b7a8da18c..34130d6b6cb 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=39
-minor=2
+minor=3
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then libpthread must also be updated.