Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79646 Details for
Bug 122643
Conky 1.4.0 Released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/portmon-match.patch
portmon-match.patch (text/plain), 960 bytes, created by
Philip Kovacs
on 2006-02-12 22:19:55 UTC
(
hide
)
Description:
files/portmon-match.patch
Filename:
MIME Type:
Creator:
Philip Kovacs
Created:
2006-02-12 22:19:55 UTC
Size:
960 bytes
patch
obsolete
>--- src/libtcp-portmon.c.old 2005-12-05 22:27:16.000000000 -0500 >+++ src/libtcp-portmon.c 2006-02-13 00:22:25.000000000 -0500 >@@ -3,7 +3,7 @@ > * > * Copyright (C) 2005 Philip Kovacs kovacsp3@comcast.net > * >- * $Id: libtcp-portmon.c,v 1.13 2005/12/05 23:50:08 pkovacs Exp $ >+ * $Id: libtcp-portmon.c,v 1.14 2006/02/13 05:22:25 pkovacs Exp $ > * > * This library is free software; you can redistribute it and/or > * modify it under the terms of the GNU Lesser General Public >@@ -231,8 +231,8 @@ > p_monitor1 = (tcp_port_monitor_t *)p_data1; > p_monitor2 = (tcp_port_monitor_t *)p_data2; > >- return (p_monitor1->port_range_begin == p_monitor1->port_range_begin && >- p_monitor2->port_range_end == p_monitor2->port_range_end); >+ return (p_monitor1->port_range_begin == p_monitor2->port_range_begin && >+ p_monitor1->port_range_end == p_monitor2->port_range_end); > } > > /* ---------------------------------------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 122643
:
79642
|
79645
|
79646
|
79734
|
79735
|
79784