diff options
| author | njoly <njoly@NetBSD.org> | 2014-11-22 15:47:42 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2014-11-22 15:47:42 +0000 |
| commit | 0c761f59aa1f25ea28bf8aae67be136027c84ee9 (patch) | |
| tree | aa5a3e795f1055befc59a7310ceb788d70b0fccc /sys/compat/linux/common/linux_errno.h | |
| parent | 3ffe12abab9a4752d71ebc31caed156104f22e58 (diff) | |
Do not define LINUX_EDEADLK more than once.
Diffstat (limited to 'sys/compat/linux/common/linux_errno.h')
| -rw-r--r-- | sys/compat/linux/common/linux_errno.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_errno.h b/sys/compat/linux/common/linux_errno.h index 9ea2ed43b72..b77ae1c2dae 100644 --- a/sys/compat/linux/common/linux_errno.h +++ b/sys/compat/linux/common/linux_errno.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_errno.h,v 1.14 2013/12/17 22:14:24 njoly Exp $ */ +/* $NetBSD: linux_errno.h,v 1.15 2014/11/22 15:47:42 njoly Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -66,7 +66,6 @@ #define LINUX_EPIPE 32 #define LINUX_EDOM 33 #define LINUX_ERANGE 34 -#define LINUX_EDEADLK 35 /* Error numbers after here vary wildly */ |
