Skip to content

Commit 13743f1

Browse files
committed
Remove allegedly cruft
1 parent 89bb649 commit 13743f1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/Makefile.am

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ dlsym_check_LDFLAGS = -ldl $(AM_LDFLAGS)
1212

1313
# XXX move openbsd-compat
1414
check_PROGRAMS += get_devices
15-
get_devices_SOURCES = get_devices.c ../pamu2fcfg/strlcpy.c
16-
get_devices_CPPFLAGS = -I$(srcdir)/../pamu2fcfg
15+
get_devices_SOURCES = get_devices.c
1716
get_devices_LDADD = $(top_builddir)/libmodule.la
1817

1918
check_PROGRAMS += expand

tests/get_devices.c

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
#include <string.h>
1414
#include "../util.h"
1515

16-
#include "openbsd-compat.h"
17-
1816
static void test_nouserok(const char *username) {
1917
device_t *dev;
2018
unsigned ndevs;

0 commit comments

Comments
 (0)