mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
alpha/boot: fix the breakage from -isystem series...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
d3c51b701b
commit
56efd34f82
@ -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