From 54aa2261b965c65f6c6b37d05833502df3f1234a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 17 Nov 1999 19:56:22 +0000 Subject: [PATCH] (TYPE_ENCLOSURE): Added to sync with Linux 2.3.26. --- sysdeps/unix/sysv/linux/scsi/scsi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/scsi/scsi.h b/sysdeps/unix/sysv/linux/scsi/scsi.h index 10dd10bca6f..92d46be20fd 100644 --- a/sysdeps/unix/sysv/linux/scsi/scsi.h +++ b/sysdeps/unix/sysv/linux/scsi/scsi.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -145,6 +145,7 @@ #define TYPE_MOD 0x07 /* Magneto-optical disk - * - treated as TYPE_DISK */ #define TYPE_MEDIUM_CHANGER 0x08 +#define TYPE_ENCLOSURE 0x0d /* Enclosure Services Device */ #define TYPE_NO_LUN 0x7f /* -- 2.47.3