[ovs-git] Open vSwitch: Use int type for setsockopt IP_TOS value (master)

dev at openvswitch.org dev at openvswitch.org
Mon Jul 30 22:32:59 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
  discards  3273082f3558dcfd3a636f751bb1f15ed83ad525 (commit)
       via  eb0cb3161f52bfb8360e48af6a869ba3a5f06add (commit)
      from  3273082f3558dcfd3a636f751bb1f15ed83ad525 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eb0cb3161f52bfb8360e48af6a869ba3a5f06add
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=eb0cb3161f52bfb8360e48af6a869ba3a5f06add
Author: Ed Maste <emaste at freebsd.org>
		
Use int type for setsockopt IP_TOS value
		
FreeBSD requires that setsockopt(..., IP_TOS, ...) be passed an int
value.  Linux accepts either int or char types (and has since at least
kernel 2.6.12) so just use int type unconditionally.

Signed-off-by: Ed Maste <emaste at freebsd.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list