]> git.pld-linux.org Git - packages/lynx.git/commit - lynx-autoconf.patch
- fixed build conflict with llh.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 12 Jun 2005 11:52:37 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
commit15cdfa48d443e16af2cecac2eb7d5dec1b8c7413
tree0d980b3d11ee2e1cca4175863e561d579ce58a9a
parent6c056596abb99659617da37bcc73f99d25f89a75
- fixed build conflict with llh.

  /usr/include/sys/types.h:88: error: two or more data types
                                      in declaration specifiers

  types.h:88

  #ifndef __off_t_defined
  # ifndef __USE_FILE_OFFSET64
  typedef __off_t off_t;
  # else
  typedef __off64_t off_t;
  # endif
  # define __off_t_defined
  #endif

Changed files:
    lynx-autoconf.patch -> 1.8
lynx-autoconf.patch
This page took 0.033003 seconds and 4 git commands to generate.