Module Name: src Committed By: andvar Date: Sun Feb 12 14:59:22 UTC 2023
Modified Files: src/sys/compat/linux/arch/alpha: linux_types.h Log Message: fix typo in the include guard definition. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/compat/linux/arch/alpha/linux_types.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/arch/alpha/linux_types.h diff -u src/sys/compat/linux/arch/alpha/linux_types.h:1.7 src/sys/compat/linux/arch/alpha/linux_types.h:1.8 --- src/sys/compat/linux/arch/alpha/linux_types.h:1.7 Fri Dec 27 14:17:11 2013 +++ src/sys/compat/linux/arch/alpha/linux_types.h Sun Feb 12 14:59:22 2023 @@ -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;