From ea82f6c5f6d4bb51c9e3a60e414082c516d798a7 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Fri, 4 Aug 2006 21:35:52 +0000 Subject: 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@ --- lib/libc/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/shlib_version') 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. -- cgit v1.2.3