[BACK]Return to patch-network_c CVS log [TXT][DIR] Up to [local] / ports / net / xl2tpd / patches

Annotation of ports/net/xl2tpd/patches/patch-network_c, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- network.c.orig     Fri May 22 13:30:07 2009
        !             3: +++ network.c  Fri May 22 13:31:06 2009
        !             4: @@ -22,9 +22,7 @@
        !             5:  #include <unistd.h>
        !             6:  #include <stdlib.h>
        !             7:  #include <sys/ioctl.h>
        !             8: -#ifndef LINUX
        !             9: -# include <sys/uio.h>
        !            10: -#endif
        !            11: +#include <sys/uio.h>
        !            12:  #include "l2tp.h"
        !            13:  #include "ipsecmast.h"
        !            14:

CVSweb