source: npl/commonservers/ucspi-tcp/ucspi-tcp-0.88.errno.patch @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 330 bytes
  • ucspi-tcp-0.88

    diff -u ucspi-tcp-0.88.old/error.h ucspi-tcp-0.88/error.h
    old new  
    11#ifndef ERROR_H
    22#define ERROR_H
    33
    4 extern int errno;
     4#include <errno.h>
    55
    66extern int error_intr;
    77extern int error_nomem;
Note: See TracBrowser for help on using the repository browser.