mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
c86576ea11
mn10300 builds fail with
fs/stat.c: In function 'cp_old_stat':
fs/stat.c:163:2: error: 'old_uid_t' undeclared
ipc/util.c: In function 'ipc64_perm_to_ipc_perm':
ipc/util.c:540:2: error: 'old_uid_t' undeclared
Select CONFIG_HAVE_UID16 and remove local definition of CONFIG_UID16
to fix the problem.
Fixes:
|
||
---|---|---|
.. | ||
boot | ||
configs | ||
include | ||
kernel | ||
lib | ||
mm | ||
oprofile | ||
proc-mn2ws0050 | ||
proc-mn103e010 | ||
unit-asb2303 | ||
unit-asb2305 | ||
unit-asb2364 | ||
Kconfig | ||
Kconfig.debug | ||
Makefile |