Thank you once again MonkeyBoy
Sir, I changed the struct stat in
sys/stat.h by adding a field
st_muid in place of the
st_lspare and tried to refer this field from
ls.c. But while compiling
ls it fires a error
Code:
'struct stat' has no member st_muid
I am really not able to understand the reason for this error because there is only one file named
stat.h in the source code of FreeBSD which has the struct stat and also this file is included in
ls.c. This has really confused me. Please help me.
Thanks