diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-31 22:22:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-31 22:22:27 +0000 |
commit | 825423e4c4f18289df2393951cfd2a7a31fc0464 (patch) | |
tree | 4ad80e981c3d9effa910d2247d118d254f9a5d09 /include/asm-mips64 | |
parent | c4693dc4856ab907a5c02187a8d398861bebfc7e (diff) |
Merge with Linux 2.4.1.
Diffstat (limited to 'include/asm-mips64')
-rw-r--r-- | include/asm-mips64/errno.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/asm-mips64/errno.h b/include/asm-mips64/errno.h index b2f507f4f..7864a4039 100644 --- a/include/asm-mips64/errno.h +++ b/include/asm-mips64/errno.h @@ -1,10 +1,10 @@ -/* $Id: errno.h,v 1.1 1999/08/18 23:37:51 ralf Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1995 by Ralf Baechle + * Copyright (C) 1995, 2001 by Ralf Baechle + * Copyright (C) 2001 Silicon Graphics, Inc. */ #ifndef _ASM_ERRNO_H #define _ASM_ERRNO_H @@ -142,6 +142,7 @@ */ #define ENOMEDIUM 159 /* No medium found */ #define EMEDIUMTYPE 160 /* Wrong medium type */ +#define EHASHCOLLISION 125 /* Number of hash collisons exceeds maximum generation counter value. */ #define EDQUOT 1133 /* Quota exceeded */ |