source: npl/internetserver/djbdns/err.patch @ 9c8fcb1

gcc484perl-5.22
Last change on this file since 9c8fcb1 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 100755
File size: 327 bytes
  • djbdns-1.

    diff -ur djbdns-1.05/error.h djbdns-1.05-patched/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.