about summary refs log tree commit diff stats
path: root/src/LYMain.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-05-14 12:06:00 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-05-14 12:06:00 -0400
commitd2bc002de2501d28459b43ced36eaaaa001b59c4 (patch)
tree7f2289a2ad9120dcf4b8c592dd1cb6ff1212d4d9 /src/LYMain.c
parent116ac6932821c4a82256313792b26ab28259e8f0 (diff)
downloadlynx-snapshots-d2bc002de2501d28459b43ced36eaaaa001b59c4.tar.gz
snapshot of project "lynx", label v2-8-1dev_11
Diffstat (limited to 'src/LYMain.c')
-rw-r--r--src/LYMain.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/LYMain.c b/src/LYMain.c
index 449b8931..9a588f6a 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -35,9 +35,7 @@
 #endif
 
 #ifdef __DJGPP__
-#ifdef USE_SLANG
 #include <dos.h>
-#endif /* USE_SLANG */
 #endif /* __DJGPP__ */
 
 #ifndef VMS
@@ -2889,7 +2887,7 @@ treated '>' as a co-terminator for double-quotes and tags"
 #ifndef VMS
 #ifdef SYSLOG_REQUESTED_URLS
    PARSE_STR(
-      "syslog", 	NEED_LYSTRING_ARG, 	syslog_txt,
+      "syslog", 	NEED_LYSTRING_ARG, 	&syslog_txt,
       "=text\ninformation for syslog call"
    ),
 #endif