diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 11:21:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-10 11:21:25 +0800 |
commit | 4eef85d519560731cb6018a1f8191d4fe092641c (patch) | |
tree | 180454ed855971e8e06f7fa94fdeb641b6f323cb /sysutils/gnome-system-monitor/files/patch-src_util.c | |
parent | 437a0db93c38c72ed9eb9290230439024a05bb87 (diff) | |
download | marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.tar.gz marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.tar.zst marcuscom-ports-4eef85d519560731cb6018a1f8191d4fe092641c.zip |
Add gnomesystemmonitor.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@39 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-monitor/files/patch-src_util.c')
-rw-r--r-- | sysutils/gnome-system-monitor/files/patch-src_util.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/gnome-system-monitor/files/patch-src_util.c b/sysutils/gnome-system-monitor/files/patch-src_util.c new file mode 100644 index 000000000..b7e262b0c --- /dev/null +++ b/sysutils/gnome-system-monitor/files/patch-src_util.c @@ -0,0 +1,10 @@ +--- src/util.c.orig Thu May 9 01:16:48 2002 ++++ src/util.c Thu May 9 01:17:13 2002 +@@ -16,6 +16,7 @@ + + #ifdef __FreeBSD__ + # include <errno.h> ++# include <termios.h> + # include <libutil.h> + #endif + |