aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_emul.h
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2020-11-03 19:12:33 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2020-11-03 19:12:33 +0000
commit7abf30d339336cef02a293352e0a82181e75c2fb (patch)
tree9d52ae3eee24913e21c4d1a42dc3ec5fbec51294 /sys/compat/linux/linux_emul.h
parent664eefe222da89f5bc1493ad8753ab96409e1b82 (diff)
downloadsrc-7abf30d339336cef02a293352e0a82181e75c2fb.tar.gz
src-7abf30d339336cef02a293352e0a82181e75c2fb.zip
Make linux_errtbl[] static.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27004
Notes
Notes: svn path=/head/; revision=367301
Diffstat (limited to 'sys/compat/linux/linux_emul.h')
-rw-r--r--sys/compat/linux/linux_emul.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_emul.h b/sys/compat/linux/linux_emul.h
index daa92e15b502..9104892885bc 100644
--- a/sys/compat/linux/linux_emul.h
+++ b/sys/compat/linux/linux_emul.h
@@ -80,6 +80,4 @@ struct linux_pemuldata {
struct linux_pemuldata *pem_find(struct proc *);
-extern const int linux_errtbl[];
-
#endif /* !_LINUX_EMUL_H_ */