summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>2002-06-08 18:13:59 +0000
committerTor Egge <tegge@FreeBSD.org>2002-06-08 18:13:59 +0000
commit636bb7cc2f0f6124451c1c05c2774d8870ee0219 (patch)
tree1e18b5e12b0809060b711e0d0865f41452895063 /devel
parent A small program that implements just enough of the NNTP protocol (diff)
Fix malformed preprocessor directive.
Notes
Notes: svn path=/head/; revision=60875
Diffstat (limited to 'devel')
-rw-r--r--devel/linuxthreads/files/clone.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linuxthreads/files/clone.S b/devel/linuxthreads/files/clone.S
index 0f1a9656e20c..bd4c7601e34b 100644
--- a/devel/linuxthreads/files/clone.S
+++ b/devel/linuxthreads/files/clone.S
@@ -1,6 +1,6 @@
.file "clone.S"
#include <sys/syscall.h>
-#ifdef __FreeBSD__ >= 5
+#if __FreeBSD__ >= 5
#include <machine/asm.h>
#else
#include "DEFS.h"