Skip to content

Commit 6e2ac99

Browse files
hummeltechǝɹʇʇɐʃǝ◖ xıʃǝɟ
authored andcommitted
Fixed typo HAVE_SYS_CDEFS_C, it should be HAVE_SYS_CDEFS_H. From configure.ac AC_CHECK_HEADERS([sys/cdefs.h])
1 parent 8861a4a commit 6e2ac99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/daemon_compat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "config.h"
3131
#ifndef HAVE_DAEMON
3232

33-
#ifdef HAVE_SYS_CDEFS_C
33+
#ifdef HAVE_SYS_CDEFS_H
3434
#include <sys/cdefs.h>
3535
#endif
3636

0 commit comments

Comments
 (0)