Module Name: src
Committed By: skrll
Date: Sun Jul 23 08:04:29 UTC 2023
Modified Files:
src/sys/arch/hppa/include: proc.h
Log Message:
Use __BIT
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hppa/include/proc.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/arch/hppa/include/proc.h
diff -u src/sys/arch/hppa/include/proc.h:1.13 src/sys/arch/hppa/include/proc.h:1.14
--- src/sys/arch/hppa/include/proc.h:1.13 Sat Dec 5 22:49:50 2020
+++ src/sys/arch/hppa/include/proc.h Sun Jul 23 08:04:29 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.13 2020/12/05 22:49:50 christos Exp $ */
+/* $NetBSD: proc.h,v 1.14 2023/07/23 08:04:29 skrll Exp $ */
/* $OpenBSD: proc.h,v 1.4 2009/12/29 13:11:40 jsing Exp $ */
@@ -50,7 +50,7 @@ struct mdlwp {
struct mdproc {
int md_flags; /* machine-dependent flags */
-#define MDP_OLDSPACE 0x0001
+#define MDP_OLDSPACE __BIT(0)
};
/* md_flags */