Hi Joe,

If you are testing the openat patch,
please do not forget to change
the  __OPENAT () definition from K&R style:

  __OPENAT (fd, file, oflag)
      int fd;
      const char *file;
      int oflag;

to the variadic function:

  __OPENAT (int fd, const char *file, int oflag, ...)

or you will not be able to compile the openat.c file.

--
Regards,

 Moshe Gorohovsky

 A6 CC A7 E1 C2 BD 8C 1B  30 8E A4 C3 4C 09 88 47   Tk Open Systems Ltd.
 -----------------------------------------------------------------------
   - [EMAIL PROTECTED] -                      - http://www.tkos.co.il -
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to