1f71 The FreeBSD Forums - View Single Post - Help with Inode
Thread: Help with Inode
View Single Post
  #12  
Old January 20th, 2012, 20:30
GroupInode GroupInode is offline
Junior Member
 
Join Date: Oct 2011
Posts: 18
Thanks: 6
Thanked 0 Times in 0 Posts
Default

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

Last edited by DutchDaemon; January 20th, 2012 at 21:36. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816
Reply With Quote
 
0