• Show log

    Commit

  • Hash : 26b40cb7
    Author : Kyle J. McKay
    Date : 2017-12-05T15:22:15

    netcat.c.patch: eliminate syntax error from patch
    
    If the target system does not define IPV6_TCLASS, this part of
    the patch handles that with an ENOPROTOOPT error rather than
    failing to compile.
    
    Unfortunately it's missing a trailing semicolon leading to
    a compilation error.
    
    Add the missing semicolon to fix the problem.
    
    Signed-off-by: Kyle J. McKay <mackyle@gmail.com>