Thread: Unable to List Files Attributes on EXT2

  1. #16
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Same as you
    Code:
    $ gcc hello.c
    $ ./a.out *.c
    hello-back.c:
    hello.c:
    hello-old.c:
    Nothing wrong with your code - its just that you don't have any files with the extended attributes set.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  2. #17
    Registered User
    Join Date
    Jun 2004
    Posts
    277
    Quote Originally Posted by Salem
    Same as you
    Code:
    $ gcc hello.c
    $ ./a.out *.c
    hello-back.c:
    hello.c:
    hello-old.c:
    Nothing wrong with your code - its just that you don't have any files with the extended attributes set.
    Oh now I figured out! Thx a lot! I've just created some tolist the attributes , now Imma happy child

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Unknown memory leak with linked lists...
    By RaDeuX in forum C Programming
    Replies: 6
    Last Post: 12-07-2008, 04:09 AM
  2. Adding directory/file names to a linked list
    By thoseion in forum C Programming
    Replies: 13
    Last Post: 12-08-2006, 01:13 PM
  3. urgent please please..
    By peter_hii in forum C++ Programming
    Replies: 4
    Last Post: 10-30-2006, 06:35 AM
  4. Problem with linked list ADT and incomplete structure
    By prawntoast in forum C Programming
    Replies: 1
    Last Post: 04-30-2005, 01:29 AM
  5. Linked List
    By jpipitone in forum C Programming
    Replies: 4
    Last Post: 03-30-2003, 09:27 PM