Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2005 00:01:46 +0100 (CET)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90778: fix a small oops in the emulators/qemu slirp patch
Message-ID:  <200512212301.jBLN1kV9006811@saturn.kn-bremen.de>
Resent-Message-ID: <200512212310.jBLNA5n7031802@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90778
>Category:       ports
>Synopsis:       fix a small oops in the emulators/qemu slirp patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 21 23:10:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Lock
>Release:        FreeBSD 5.3-RELEASE-p20 i386
>Organization:
me?  organized??
>Environment:
System: FreeBSD saturn 5.3-RELEASE-p20 FreeBSD 5.3-RELEASE-p20 #1: Fri Jul 29 14:59:03 CEST 2005 nox@saturn:/usr/home/nox/src5/usr/src/sys/i386/compile/NEPTUN i386


>Description:
	So this only worked right `by accident'... :)

>How-To-Repeat:
	n/a
>Fix:

Index: files/patch-slirp_throttle
@@ -49,7 +49,7 @@
  int slirp_can_output(void)
  {
 -    return 1;
-+    qemu_can_send_packet(slirp_vc);
++    return qemu_can_send_packet(slirp_vc);
  }
  
  void slirp_output(const uint8_t *pkt, int pkt_len)
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512212301.jBLN1kV9006811>