summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-04-03 03:36:25 +0000
committerguenther <guenther@openbsd.org>2013-04-03 03:36:25 +0000
commite67a1e566a990f3167addeb8fb22c2dcfd07e8a4 (patch)
treee5380d10505f1153f71b5ec067f892872375f2f9
parentdo not assume time_t and timeval.tv_sec are the same type (diff)
downloadwireguard-openbsd-e67a1e566a990f3167addeb8fb22c2dcfd07e8a4.tar.xz
wireguard-openbsd-e67a1e566a990f3167addeb8fb22c2dcfd07e8a4.zip
LFS option is long gone
-rw-r--r--bin/systrace/openbsd-syscalls.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/systrace/openbsd-syscalls.c b/bin/systrace/openbsd-syscalls.c
index a8f2fc5652b..534be838c28 100644
--- a/bin/systrace/openbsd-syscalls.c
+++ b/bin/systrace/openbsd-syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: openbsd-syscalls.c,v 1.41 2011/09/18 23:24:14 matthew Exp $ */
+/* $OpenBSD: openbsd-syscalls.c,v 1.42 2013/04/03 03:36:25 guenther Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -42,7 +42,6 @@
#define SYSVSEM
#define SYSVMSG
#define SYSVSHM
-#define LFS
#include <kern/syscalls.c>
#include <compat/linux/linux_syscalls.c>
@@ -53,7 +52,6 @@
#undef SYSVSEM
#undef SYSVMSG
#undef SYSVSHM
-#undef LFS
#include <sys/ioctl.h>
#include <sys/tree.h>