Module Name: src
Committed By: njoly
Date: Sat Nov 22 15:47:42 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_errno.h
Log Message:
Do not define LINUX_EDEADLK more than once.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/compat/linux/common/linux_errno.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/linux/common/linux_errno.h
diff -u src/sys/compat/linux/common/linux_errno.h:1.14 src/sys/compat/linux/common/linux_errno.h:1.15
--- src/sys/compat/linux/common/linux_errno.h:1.14 Tue Dec 17 22:14:24 2013
+++ src/sys/compat/linux/common/linux_errno.h Sat Nov 22 15:47:42 2014
@@ -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 */