diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-11-03 19:12:33 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-11-03 19:12:33 +0000 |
| commit | 7abf30d339336cef02a293352e0a82181e75c2fb (patch) | |
| tree | 9d52ae3eee24913e21c4d1a42dc3ec5fbec51294 /sys/compat/linux | |
| parent | 664eefe222da89f5bc1493ad8753ab96409e1b82 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/linux_emul.h | 2 | ||||
| -rw-r--r-- | sys/compat/linux/linux_errno.inc | 2 |
2 files changed, 1 insertions, 3 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_ */ diff --git a/sys/compat/linux/linux_errno.inc b/sys/compat/linux/linux_errno.inc index c4a3fb0f56a4..d8c61e9d5ce1 100644 --- a/sys/compat/linux/linux_errno.inc +++ b/sys/compat/linux/linux_errno.inc @@ -38,7 +38,7 @@ * XXX: The "XXX" comments below should be replaced with rationale * for the errno value chosen. */ -const int linux_errtbl[ELAST + 1] = { +static const int linux_errtbl[ELAST + 1] = { /* [0, 9] */ [0] = -0, [EPERM] = -LINUX_EPERM, |
