1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Satoshi Asami
54a5565d35 <machine/param.h> -> <sys/param.h> 2000-03-22 23:26:35 +00:00
Satoshi Asami
410e4dd70f 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>
2000-03-11 01:52:48 +00:00
Ade Lovett
27a7471132 Update to 1.0.55 2000-01-14 20:51:19 +00:00
Yukihiro Nakai
9e6226d757 Add a patch for i18n about dialog. 1999-10-25 05:29:30 +00:00