mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-16 19:04:41 +08:00
alpha/boot: fix the breakage from -isystem series...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
977a300954
commit
e07f68d5e4
@ -18,7 +18,7 @@
|
||||
#include <asm/hwrpb.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <linux/stdarg.h>
|
||||
|
||||
#include "ksize.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <asm/hwrpb.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <linux/stdarg.h>
|
||||
|
||||
#include "kzsize.h"
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <asm/console.h>
|
||||
#include <asm/hwrpb.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <linux/stdarg.h>
|
||||
|
||||
#include "ksize.h"
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
/*
|
||||
* Copyright (C) Paul Mackerras 1997.
|
||||
*/
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/stdarg.h>
|
||||
|
||||
size_t strnlen(const char * s, size_t count)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user