Edit

IABSD.fr/ports/sysutils/apcd/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2015-01-18 15:08:25
    Hash : 493dddfa
    Message : add missing signal.h

  • patch-apcmon_apcmon_c
  • $OpenBSD: patch-apcmon_apcmon_c,v 1.1 2015/01/18 15:08:25 naddy Exp $
    --- apcmon/apcmon.c.orig	Thu Apr  8 21:48:50 2010
    +++ apcmon/apcmon.c	Sun Jan 18 16:03:15 2015
    @@ -26,6 +26,7 @@
     #include <fcntl.h>
     #include <poll.h>
     #include <netdb.h>
    +#include <signal.h>
     #include <string.h>
     #include <stdio.h>
     #include <stdlib.h>