mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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:
@@ -18,7 +18,7 @@
|
|||||||
#include <asm/hwrpb.h>
|
#include <asm/hwrpb.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <linux/stdarg.h>
|
||||||
|
|
||||||
#include "ksize.h"
|
#include "ksize.h"
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
#include <asm/hwrpb.h>
|
#include <asm/hwrpb.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <linux/stdarg.h>
|
||||||
|
|
||||||
#include "kzsize.h"
|
#include "kzsize.h"
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
#include <asm/console.h>
|
#include <asm/console.h>
|
||||||
#include <asm/hwrpb.h>
|
#include <asm/hwrpb.h>
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <linux/stdarg.h>
|
||||||
|
|
||||||
#include "ksize.h"
|
#include "ksize.h"
|
||||||
|
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) Paul Mackerras 1997.
|
* Copyright (C) Paul Mackerras 1997.
|
||||||
*/
|
*/
|
||||||
#include <stdarg.h>
|
#include <linux/string.h>
|
||||||
#include <stddef.h>
|
#include <linux/stdarg.h>
|
||||||
|
|
||||||
size_t strnlen(const char * s, size_t count)
|
size_t strnlen(const char * s, size_t count)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user