Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/alpha fix typo in the include guard de...
details: https://anonhg.NetBSD.org/src/rev/63f374f747ef
branches: trunk
changeset: 373486:63f374f747ef
user: andvar <andvar%NetBSD.org@localhost>
date: Sun Feb 12 14:59:22 2023 +0000
description:
fix typo in the include guard definition.
diffstat:
sys/compat/linux/arch/alpha/linux_types.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cf0bd974507c -r 63f374f747ef sys/compat/linux/arch/alpha/linux_types.h
--- a/sys/compat/linux/arch/alpha/linux_types.h Sun Feb 12 14:50:37 2023 +0000
+++ b/sys/compat/linux/arch/alpha/linux_types.h Sun Feb 12 14:59:22 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_types.h,v 1.7 2013/12/27 14:17:11 njoly Exp $ */
+/* $NetBSD: linux_types.h,v 1.8 2023/02/12 14:59:22 andvar Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#ifndef _ALPHA_LINUX_TYPES_H
-#define _ALPAH_LINUX_TYPES_H
+#define _ALPHA_LINUX_TYPES_H
typedef unsigned int linux_uid_t;
typedef unsigned int linux_gid_t;
Home |
Main Index |
Thread Index |
Old Index