summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorFrank Cusack <fcusack@fcusack.com>2003-07-07 08:21:36 +0000
committerFrank Cusack <fcusack@fcusack.com>2003-07-07 08:21:36 +0000
commit05a3c67c87e3d4528905e8a0170665c4e953243b (patch)
treee65a77c6437b90828aeb275fc966cdf406d04380 /linux
parent9d6cbedd2eb6b2e4208cf8f900ae0a4b14e04c40 (diff)
#elif, not #else if
Diffstat (limited to 'linux')
-rw-r--r--linux/mppe/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mppe/sha1.c b/linux/mppe/sha1.c
index 79ef20d..7e8b03c 100644
--- a/linux/mppe/sha1.c
+++ b/linux/mppe/sha1.c
@@ -19,7 +19,7 @@
#if defined(__linux__)
#include <asm/byteorder.h>
#include <linux/string.h>
-#else if defined(__solaris__)
+#elif defined(__solaris__)
#include <sys/isa_defs.h>
#include <sys/ddi.h>
#include <sys/sunddi.h>