repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ping: fix a null pointer dereference
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
asm
/
string.h
blob
09224d7a58620e88537eb4a6040c0dd8adeac42e
1
#ifdef CONFIG_X86_32
2
# include <asm/string_32.h>
3
#else
4
# include <asm/string_64.h>
5
#endif