svn commit: r274513 - in projects/sendfile/sys: kern sys

Sergey Kandaurov pluknet at freebsd.org
Fri Nov 14 18:23:54 UTC 2014


On 14 November 2014 18:55, Gleb Smirnoff <glebius at freebsd.org> wrote:
> Author: glebius
> Date: Fri Nov 14 15:55:56 2014
> New Revision: 274513
> URL: https://svnweb.freebsd.org/changeset/base/274513
>
[...]
> Modified: projects/sendfile/sys/sys/sockbuf.h
> ==============================================================================
> --- projects/sendfile/sys/sys/sockbuf.h Fri Nov 14 15:50:16 2014        (r274512)
> +++ projects/sendfile/sys/sys/sockbuf.h Fri Nov 14 15:55:56 2014        (r274513)
> @@ -128,6 +128,7 @@ struct      sockbuf {
>  #define        M_NOTREADY      M_PROTO1        /* m_data not populated yet */
>  #define        M_BLOCKED       M_PROTO2        /* M_NOTREADY in front of m */
>  #define        M_NOTAVAIL      (M_NOTREADY | M_BLOCKED)
> +#define        M_SBCUTTED      M_PROTO3        /* mbuf was sbcutted out */

Seriously? There's no such word in (modern) English :).

-- 
wbr,
pluknet


More information about the svn-src-projects mailing list