Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xf86-video-vmware/dist/src fix idempotent che...



details:   https://anonhg.NetBSD.org/xsrc/rev/16ad6c697fd2
branches:  trunk
changeset: 7441:16ad6c697fd2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Mar 02 05:45:10 2023 +0000

description:
fix idempotent check define as noticed by LLVM.

diffstat:

 external/mit/xf86-video-vmware/dist/src/common_compat.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 95aaed7078ce -r 16ad6c697fd2 external/mit/xf86-video-vmware/dist/src/common_compat.h
--- a/external/mit/xf86-video-vmware/dist/src/common_compat.h   Sun Feb 26 20:14:04 2023 +0000
+++ b/external/mit/xf86-video-vmware/dist/src/common_compat.h   Thu Mar 02 05:45:10 2023 +0000
@@ -1,5 +1,5 @@
 #ifndef _COMMON_COMPAT_H_
-#define _COMMOM_COMPAT_H_
+#define _COMMON_COMPAT_H_
 
 #if (GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 18)
 #define CONST_ABI_18_0 const



Home | Main Index | Thread Index | Old Index