Updating link to change in openSUSE:Factory/net-tools revision 22.0

OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-tools?expand=0&rev=40770f3cddf6215a41de9f4c8fd0831f
This commit is contained in:
OBS User buildservice-autocommit 2009-10-08 01:41:21 +00:00 committed by Git OBS Bridge
parent 46f4e536da
commit b86f544e34
3 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,13 @@
--- lib/netrom_gr.c 2009-10-07 12:26:35.000000000 +0200
+++ lib/netrom_gr.c 2009-10-07 12:28:15.000000000 +0200
@@ -32,8 +32,8 @@
int NETROM_rprint(int options)
{
- FILE *f1 = fopen(_PATH_PROCNET_NR_NODES, "r");
- FILE *f2 = fopen(_PATH_PROCNET_NR_NEIGH, "r");
+ FILE *f1 = NULL;
+ FILE *f2 = NULL;
char buffer[256];
int qual, n, w;
/*int ext = options & FLAG_EXT;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 7 12:30:00 CEST 2009 - ms@suse.de
- fixed duplicate fopen calls in netrom_gr.c (bnc #544339)
-------------------------------------------------------------------
Mon Sep 14 11:04:16 CEST 2009 - ms@suse.de

View File

@ -27,7 +27,7 @@ Provides: iputils:/usr/sbin/traceroute6
Obsoletes: traceroute net_tool
AutoReqProv: on
Version: 1.60
Release: 732
Release: 733
Summary: Important Programs for Networking
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: net-tools-%{version}.tar.bz2
@ -75,6 +75,7 @@ Patch40: net-tools-1.60-notrim.diff
Patch41: net-tools-1.60-ipv6-statistics.diff
Patch42: net-tools-1.60-ifindex.diff
Patch43: net-tools-1.60-infiniband.diff
Patch44: net-tools-1.60-netrom-fopen.diff
%description
This package contains essential programs for network administration and
@ -136,6 +137,7 @@ cd ..
%patch41
%patch42
%patch43
%patch44
%build
make config