We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bb649 commit 13743f1Copy full SHA for 13743f1
tests/Makefile.am
@@ -12,8 +12,7 @@ dlsym_check_LDFLAGS = -ldl $(AM_LDFLAGS)
12
13
# XXX move openbsd-compat
14
check_PROGRAMS += get_devices
15
-get_devices_SOURCES = get_devices.c ../pamu2fcfg/strlcpy.c
16
-get_devices_CPPFLAGS = -I$(srcdir)/../pamu2fcfg
+get_devices_SOURCES = get_devices.c
17
get_devices_LDADD = $(top_builddir)/libmodule.la
18
19
check_PROGRAMS += expand
tests/get_devices.c
@@ -13,8 +13,6 @@
#include <string.h>
#include "../util.h"
-#include "openbsd-compat.h"
-
static void test_nouserok(const char *username) {
device_t *dev;
20
unsigned ndevs;
0 commit comments