Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common Do not define LINUX_EDEADLK more tha...
details: https://anonhg.NetBSD.org/src/rev/c983c77107aa
branches: trunk
changeset: 804076:c983c77107aa
user: njoly <njoly%NetBSD.org@localhost>
date: Sat Nov 22 15:47:42 2014 +0000
description:
Do not define LINUX_EDEADLK more than once.
diffstat:
sys/compat/linux/common/linux_errno.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 165b866c33e5 -r c983c77107aa sys/compat/linux/common/linux_errno.h
--- a/sys/compat/linux/common/linux_errno.h Sat Nov 22 15:17:01 2014 +0000
+++ b/sys/compat/linux/common/linux_errno.h Sat Nov 22 15:47:42 2014 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index