Satoshi Asami
|
54a5565d35
|
<machine/param.h> -> <sys/param.h>
|
2000-03-22 23:26:35 +00:00 |
|
Satoshi Asami
|
359ea69fed
|
(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>
|
2000-03-11 01:53:54 +00:00 |
|
Ade Lovett
|
7fc5b5b021
|
Squeeze another update (to 1.0.56) under the wire before 4.0-RELEASE
|
2000-02-23 18:38:28 +00:00 |
|
Ade Lovett
|
dbe4b24a7f
|
Fix a number of gnome-terminal issues.
PR: 16218
Submitted by: Andrew J. Korty <ajk@waterspout.com>
|
2000-01-21 03:53:38 +00:00 |
|
Ade Lovett
|
108e73f59b
|
Fix utmp/wtmp/lastlog support for gnome-terminal
PR: 16081
Submitted by: Andrew J. Korty <ajk@waterspout.com>
|
2000-01-14 20:50:24 +00:00 |
|