diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-22 23:26:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-22 23:26:35 +0000 |
commit | 54a5565d35860adc40cbb4564b13b2fe0d807bd1 (patch) | |
tree | 443577df38661bc8ca169a3f80656cc428386540 /x11/gnome-libs | |
parent | Rework the previous commit. The 'make search' mechanism will now work (diff) |
<machine/param.h> -> <sys/param.h>
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/files/patch-bj | 2 | ||||
-rw-r--r-- | x11/gnome-libs/files/patch-bk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-libs/files/patch-bj b/x11/gnome-libs/files/patch-bj index 1653f7471874..9d6b749d5896 100644 --- a/x11/gnome-libs/files/patch-bj +++ b/x11/gnome-libs/files/patch-bj @@ -4,7 +4,7 @@ #include <limits.h> #include <unistd.h> #include <string.h> -+#include <machine/param.h> ++#include <sys/param.h> #include <signal.h> #include <fcntl.h> #include <termios.h> diff --git a/x11/gnome-libs/files/patch-bk b/x11/gnome-libs/files/patch-bk index df2e66f4790d..a04008ce47c0 100644 --- a/x11/gnome-libs/files/patch-bk +++ b/x11/gnome-libs/files/patch-bk @@ -4,7 +4,7 @@ #include <sys/resource.h> #include <limits.h> #include <fcntl.h> -+#include <machine/param.h> ++#include <sys/param.h> #include <sys/signal.h> #include <stdlib.h> /* For errno, putenv, etc. */ #include <errno.h> /* For errno on SunOS systems */ |