ports/90778: fix a small oops in the emulators/qemu slirp patch

Juergen Lock nox at jelal.kn-bremen.de
Wed Dec 21 23:10:08 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list