Put storage class first in "static const" declaration.

This commit is contained in:
simonb 2002-09-23 05:03:03 +00:00
parent cc28b18bbb
commit 6ddc09dab1

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_misc.c,v 1.110 2002/06/20 04:01:43 enami Exp $ */
/* $NetBSD: linux_misc.c,v 1.111 2002/09/23 05:03:03 simonb Exp $ */
/*-
* Copyright (c) 1995, 1998, 1999 The NetBSD Foundation, Inc.
@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.110 2002/06/20 04:01:43 enami Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.111 2002/09/23 05:03:03 simonb Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -131,7 +131,7 @@ const int linux_ptrace_request_map[] = {
-1
};
const static struct mnttypes {
static const struct mnttypes {
char *bsd;
int linux;
} fstypes[] = {