bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] Add config.h to lwip translator


From: Joan Lledó
Subject: [PATCH 1/2] Add config.h to lwip translator
Date: Mon, 30 Apr 2018 12:43:23 +0200

---
 lwip/config.h | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 lwip/config.h

diff --git a/lwip/config.h b/lwip/config.h
new file mode 100644
index 00000000..262e3590
--- /dev/null
+++ b/lwip/config.h
@@ -0,0 +1,4 @@
+#define __KERNEL__     1
+#undef __SMP__
+
+#define _HURD_         1
-- 
2.14.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]