source: npl/commonservers/daemontools/daemontools-0.76.errno.patch @ 105afb5

Last change on this file since 105afb5 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: 355 bytes
  • daemontools-0.76

    diff -ur daemontools-0.76.old/src/error.h daemontools-0.76/src/error.h
    old new  
    33#ifndef ERROR_H
    44#define ERROR_H
    55
    6 extern int errno;
     6#include <errno.h>
    77
    88extern int error_intr;
    99extern int error_nomem;
Note: See TracBrowser for help on using the repository browser.