Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2000 17:53:55 -0800 (PST)
From:      Satoshi Asami <asami@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/x11/gnomelibs/patches patch-bk
Message-ID:  <200003110153.RAA33432@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       2000/03/10 17:53:55 PST

  Added files:
    x11/gnomelibs/patches patch-bk 
  Log:
  (forgot to cvs add this file -- should have been committed with patch-bj)
  
  Fix build error on extremely new -current caused by this:
  
  ===
  src/sys/sys/socket.h:
  ----------------------------
  revision 1.38
  date: 2000/03/03 11:13:03;  author: shin;  state: Exp;  lines: +8 -13
  CMSG_XXX macros alignment fixes to follow RFC2292.
  
  Approved by: jkh
  
  Submitted by: Partly from tech@openbsd
  Reviewed by: itojun
  ---------------------------
  ===
  
  Basically you need to include <machine/param.h> before <signal.h>.
  
  Problem diagnosed by:   Ade Lovett <ade@FreeBSD.org>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003110153.RAA33432>