lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV lynx2.7.1ac-0.42: patch for FreeBSD


From: Андрей Чернов
Subject: LYNX-DEV lynx2.7.1ac-0.42: patch for FreeBSD
Date: Mon, 28 Jul 1997 00:02:39 +0400 (MSD)

<sys/dir.h> is obsoleted for FreeBSD some time ago (warning issued),
please apply this patch to eliminate it.
BTW, this patch already present in fotemods.

*** WWW/Library/Implementation/tcp.h.bak        Sat Mar 15 00:16:11 1997
--- WWW/Library/Implementation/tcp.h    Wed Jul 16 00:12:14 1997
***************
*** 511,516 ****
--- 511,520 ----
  #include <sys/dirent.h>
  #endif /* ISC */
  
+ #ifdef __FreeBSD__
+ #define USE_DIRENT
+ #endif
+ 
  /*    Directory reading stuff - BSD or SYS V
  */
  #if defined(UNIX) && !defined(unix)


-- 
Andrey A. Chernov
<address@hidden>
http://www.nagual.pp.ru/~ache/

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]