Only in ../Mosaic-src.orig: Makefile
Only in .: config.cache
Only in .: config.h
Only in .: config.log
Only in .: config.status
Only in ../Mosaic-src.orig/libXmx: Makefile
Only in ../Mosaic-src.orig/libhtmlw: Makefile
Only in ../Mosaic-src.orig/libnut: Makefile
Only in ./libnut: objs
diff -u -r ../Mosaic-src.orig/libnut/system.c ./libnut/system.c
--- ../Mosaic-src.orig/libnut/system.c	Thu Jun 27 03:08:52 1996
+++ ./libnut/system.c	Thu Mar  4 14:45:21 1999
@@ -103,7 +103,7 @@
 
 #ifndef VMS
 extern int sys_nerr;
-extern char *sys_errlist[];
+extern const char *const sys_errlist[];
 extern int errno;
 #endif
 
diff -u -r ../Mosaic-src.orig/libwww2/HTTCP.c ./libwww2/HTTCP.c
--- ../Mosaic-src.orig/libwww2/HTTCP.c	Thu Jun 27 02:22:48 1996
+++ ./libwww2/HTTCP.c	Thu Mar  4 14:44:00 1999
@@ -72,7 +72,7 @@
 extern int errno;
 #endif /* errno */
 
-extern char *sys_errlist[];		/* see man perror on cernvax */
+extern const char *const sys_errlist[];
 extern int sys_nerr;
 
 /*	Report Internet Error
Only in ../Mosaic-src.orig/libwww2: Makefile
Only in ../Mosaic-src.orig/src: Makefile
diff -u -r ../Mosaic-src.orig/src/Makefile.in ./src/Makefile.in
--- ../Mosaic-src.orig/src/Makefile.in	Fri Jun 28 07:42:15 1996
+++ ./src/Makefile.in	Thu Mar  4 15:43:07 1999
@@ -199,7 +199,7 @@
 cciBindings2.o: toolbar.h prefs.h prefs_defs.h gui.h cci.h port.h
 cciBindings2.o: cciBindings2.h cciServer.h list.h memStuffForPipSqueeks.h
 cciBindings2.o: ../libwww2/HTFormat.h ../libwww2/HTUtils.h
-cciBindings2.o: ../libwww2/HTString.h /usr/include/stdarg.h
+cciBindings2.o: ../libwww2/HTString.h 
 cciBindings2.o: ../libwww2/HTStream.h ../libwww2/HTAtom.h ../libwww2/HTList.h
 cciBindings2.o: ../libwww2/HTAnchor.h
 
@@ -207,7 +207,7 @@
 
 bla.o: cciServer.h cci.h port.h list.h
 bla.o: memStuffForPipSqueeks.h ../libwww2/HTPlain.h ../libwww2/HTStream.h
-bla.o: ../libwww2/HTUtils.h ../libwww2/HTString.h /usr/include/stdarg.h
+bla.o: ../libwww2/HTUtils.h ../libwww2/HTString.h 
 bla.o: ../libwww2/HTAnchor.h ../libwww2/HTList.h ../libwww2/HTAtom.h 
 bla.o: ../libwww2/HTFormat.h ../libwww2/HText.h ../libwww2/HTFile.h 
 bla.o: ../libwww2/HTAccess.h ../libwww2/tcp.h ../libwww2/HTML.h
diff -u -r ../Mosaic-src.orig/src/comment.c ./src/comment.c
--- ../Mosaic-src.orig/src/comment.c	Thu Jun 27 00:56:41 1996
+++ ./src/comment.c	Thu Mar  4 15:45:50 1999
@@ -89,8 +89,233 @@
 long GetCardCount(char *fname);
 
 
-void CommentCard(mo_window *win) {
+char *comment_card_html_top= \
+"<title>\n" \
+"	Comment Card for Mosaic 2.6\n" \
+"</title>\n" \
+"\n" \
+"<h1 align=center>\n" \
+"	Please Help Us Help You!!\n" \
+"</h1>\n" \
+"\n" \
+"<hr>\n" \
+"\n" \
+"<h2>\n" \
+"	Thank you for using NCSA Mosaic! We are continually striving to\n" \
+"	improve Mosaic to better meet the needs of its users. We would\n" \
+"	appreciate your taking the time to answer these few questions.\n" \
+"</h2>\n" \
+"\n" \
+"<hr>\n" \
+"\n" \
+"<form method=\"POST\" action=\"http://sdg.ncsa.uiuc.edu/XCGI/comment26\">\n" \
+"\n" \
+"	<h3>\n" \
+"		<ul>\n" \
+"			<li>\n" \
+"				If you do not like surveys or you have already\n" \
+"				completed this survey, please press this\n" \
+"				button,\n" \
+"				<input type=\"submit\" value=\"Just Count Me\" \n" \
+"				name=\"countme\">,\n" \
+"				to be counted. Pushing the above button\n" \
+"				will send the following information about\n" \
+"				your system to be used in our statistics\n" \
+"				(completely anonymous):\n" \
+"				<p>\n" \
+"\n";
+char *comment_card_html_bot= \
+"				</p>\n" \
+"			</li>\n" \
+"			<br>\n" \
+"			<li>\n" \
+"				If you do not want to fill out this card,\n" \
+"				just push the \"Close Window\" button at the\n" \
+"				bottom of this window.\n" \
+"			</li>\n" \
+"			<br>\n" \
+"			<li>\n" \
+"				Otherwise, please proceed!\n" \
+"			</li>\n" \
+"		</ul>\n" \
+"	</h3>\n" \
+"\n" \
+"	<hr>\n" \
+"\n" \
+"	<p>\n" \
+"		How long have you been using Mosaic?\n" \
+"		<br>\n" \
+"		<select name=\"usage\">\n" \
+"			<option value=\"no comment\" selected>\n" \
+"				No Comment\n" \
+"			<option value=\"never\">\n" \
+"				Never\n" \
+"			<option value=\"lt 1 mon\">\n" \
+"				Less Than 1 Month\n" \
+"			<option value=\"1-6 mon\">\n" \
+"				1 - 6 Months\n" \
+"			<option value=\"6 mon-1 yr\">\n" \
+"				6 Months to a Year\n" \
+"			<option value=\"1-2 yrs\">\n" \
+"				1 - 2 Years\n" \
+"			<option value=\"gt 2 yrs\">\n" \
+"				More Than 2 Years\n" \
+"		</select>\n" \
+"	</p>\n" \
+"\n" \
+"	<p>\n" \
+"		How familiar are you with the World Wide Web?\n" \
+"		<br>\n" \
+"		<select name=\"www\">\n" \
+"			<option value=\"no comment\" selected>\n" \
+"				No Comment\n" \
+"			<option value=\"no experience\">\n" \
+"				No Experience\n" \
+"			<option value=\"novice\">\n" \
+"				Novice\n" \
+"			<option value=\"intermediate\">\n" \
+"				Intermediate\n" \
+"			<option value=\"expert\">\n" \
+"				Expert\n" \
+"			<option value=\"master\">\n" \
+"				Web Master\n" \
+"		</select>\n" \
+"	</p>\n" \
+"\n" \
+"	<p>\n" \
+"		On which other platform(s) do you use Mosaic?\n" \
+"		<br>\n" \
+"		<select name=\"platform\">\n" \
+"			<option value=\"no comment\" selected>\n" \
+"				No Comment\n" \
+"			<option value=\"no other\">\n" \
+"				No Other\n" \
+"			<option value=\"mac\">\n" \
+"				Macintosh\n" \
+"			<option value=\"windows\">\n" \
+"				Windows\n" \
+"			<option value=\"mac and windows\">\n" \
+"				Macintosh and Windows\n" \
+"		</select>\n" \
+"	</p>\n" \
+"\n" \
+"	<p>\n" \
+"		What type of internet connection do you have?\n" \
+"		<br>\n" \
+"		<select name=\"connection\">\n" \
+"			<option value=\"no comment\" selected>\n" \
+"				No Comment\n" \
+"			<option value=\"no connection\">\n" \
+"				No Connection\n" \
+"			<option value=\"don't know\">\n" \
+"				Don't Know\n" \
+"			<option value=\"modem lt 9600\">\n" \
+"				Modem Less Than 9600\n" \
+"			<option value=\"modem eq 9600\">\n" \
+"				Modem at 9600\n" \
+"			<option value=\"modem eq 144\">\n" \
+"				Modem at 14.4k\n" \
+"			<option value=\"modem eq 288\">\n" \
+"				Modem at 28.8k\n" \
+"			<option value=\"modem gt 288\">\n" \
+"				Modem Greater Than 28.8k\n" \
+"			<option value=\"isdn\">\n" \
+"				ISDN\n" \
+"			<option value=\"direct\">\n" \
+"				Direct Connection\n" \
+"		</select>\n" \
+"	</p>\n" \
+"\n" \
+"	<p>\n" \
+"		Have you ever sent email to our technical support?\n" \
+"		<br>\n" \
+"		<select name=\"email\">\n" \
+"			<option value=\"no comment\" selected>\n" \
+"				No Comment\n" \
+"			<option value=\"yes\">\n" \
+"				Yes, I Have\n" \
+"			<option value=\"no\">\n" \
+"				No, I Have Not\n" \
+"		</select>\n" \
+"\n" \
+"		<dl>\n" \
+"			<dd>\n" \
+"				If so, was it satisfactory?\n" \
+"				<br>\n" \
+"				<select name=\"satisfied\">\n" \
+"					<option value=\"no comment\" selected>\n" \
+"						No Comment\n" \
+"					<option value=\"yes\">\n" \
+"						Yes, It Was\n" \
+"					<option value=\"no\">\n" \
+"						No, It Was Not\n" \
+"				</select>\n" \
+"				<dl>\n" \
+"					<dd>\n" \
+"						Why or why not?\n" \
+"						<textarea name=\n" \
+"						\"satisfied_feedback\" \n" \
+"						rows=2 cols=40>\n" \
+"						</textarea>\n" \
+"					</dd>\n" \
+"				</dl>\n" \
+"			</dd>\n" \
+"		</dl>\n" \
+"	</p>\n" \
+"\n" \
+"<!---\n" \
+"NOTE:\n" \
+"	The following list of browsers\n" \
+"	are IN ALPHABETICAL ORDER! Please Please Please, if you add one, put\n" \
+"	it in ALPHABETICAL order as well...so we are not accused of being\n" \
+"	perferential\n" \
+"--->\n" \
+"	<p>\n" \
+"		What is your <b>favorite</b> Web browser?\n" \
+"		<dl>\n" \
+"			<dd>\n" \
+"				<select name=\"favorite\" size=5>\n" \
+"					<option value=\"no comment\" selected>\n" \
+"						No Comment\n" \
+"					<option value=\"arena\">\n" \
+"						Arena\n" \
+"					<option value=\"emacs-w3\">\n" \
+"						Emacs-W3\n" \
+"					<option value=\"spyglass\">\n" \
+"						Enhanced Mosaic (Spyglass)\n" \
+"					<option value=\"hot java\">\n" \
+"						Hot Java\n" \
+"					<option value=\"lynx\">\n" \
+"						Lynx\n" \
+"					<option value=\"ncsa\">\n" \
+"						N.C.S.A. Mosaic\n" \
+"					<option value=\"netscape $$$\">\n" \
+"						Netscape (for $$$)\n" \
+"					<option value=\"netscape free\">\n" \
+"						Netscape (for free)\n" \
+"					<option value=\"viola\">\n" \
+"						Viola\n" \
+"				</select>\n" \
+"			</dd>\n" \
+"		</dl>\n" \
+"	</p>\n" \
+"\n" \
+"	<p>\n" \
+"		Other comments and/or suggestions are welcomed:\n" \
+"		<textarea name=\"comments_feedback\" rows=5 cols=60>\n" \
+"		</textarea>\n" \
+"	</p>\n" \
+"\n" \
+"	<p>\n" \
+"		When you are done, please press this button:\n" \
+"		<input type=\"submit\" value=\"Submit Comment Card for X Mosaic\"\n" \
+"		name=\"submitme\">\n" \
+"	</p>\n" \
+"\n" \
+"</form>\n" \
+"\n";
 
+void CommentCard(mo_window *win) {
 FILE *fp;
 long num[10];
 char *fname;
diff -u -r ../Mosaic-src.orig/src/comment.h ./src/comment.h
--- ../Mosaic-src.orig/src/comment.h	Thu Jun  6 22:01:43 1996
+++ ./src/comment.h	Thu Mar  4 15:23:51 1999
@@ -67,232 +67,8 @@
 #ifndef _COMMENT_H
 #define _COMMENT_H
 
-char *comment_card_html_top= \
-"<title>\n" \
-"	Comment Card for Mosaic 2.6\n" \
-"</title>\n" \
-"\n" \
-"<h1 align=center>\n" \
-"	Please Help Us Help You!!\n" \
-"</h1>\n" \
-"\n" \
-"<hr>\n" \
-"\n" \
-"<h2>\n" \
-"	Thank you for using NCSA Mosaic! We are continually striving to\n" \
-"	improve Mosaic to better meet the needs of its users. We would\n" \
-"	appreciate your taking the time to answer these few questions.\n" \
-"</h2>\n" \
-"\n" \
-"<hr>\n" \
-"\n" \
-"<form method=\"POST\" action=\"http://sdg.ncsa.uiuc.edu/XCGI/comment26\">\n" \
-"\n" \
-"	<h3>\n" \
-"		<ul>\n" \
-"			<li>\n" \
-"				If you do not like surveys or you have already\n" \
-"				completed this survey, please press this\n" \
-"				button,\n" \
-"				<input type=\"submit\" value=\"Just Count Me\" \n" \
-"				name=\"countme\">,\n" \
-"				to be counted. Pushing the above button\n" \
-"				will send the following information about\n" \
-"				your system to be used in our statistics\n" \
-"				(completely anonymous):\n" \
-"				<p>\n" \
-"\n";
-
-char *comment_card_html_bot= \
-"				</p>\n" \
-"			</li>\n" \
-"			<br>\n" \
-"			<li>\n" \
-"				If you do not want to fill out this card,\n" \
-"				just push the \"Close Window\" button at the\n" \
-"				bottom of this window.\n" \
-"			</li>\n" \
-"			<br>\n" \
-"			<li>\n" \
-"				Otherwise, please proceed!\n" \
-"			</li>\n" \
-"		</ul>\n" \
-"	</h3>\n" \
-"\n" \
-"	<hr>\n" \
-"\n" \
-"	<p>\n" \
-"		How long have you been using Mosaic?\n" \
-"		<br>\n" \
-"		<select name=\"usage\">\n" \
-"			<option value=\"no comment\" selected>\n" \
-"				No Comment\n" \
-"			<option value=\"never\">\n" \
-"				Never\n" \
-"			<option value=\"lt 1 mon\">\n" \
-"				Less Than 1 Month\n" \
-"			<option value=\"1-6 mon\">\n" \
-"				1 - 6 Months\n" \
-"			<option value=\"6 mon-1 yr\">\n" \
-"				6 Months to a Year\n" \
-"			<option value=\"1-2 yrs\">\n" \
-"				1 - 2 Years\n" \
-"			<option value=\"gt 2 yrs\">\n" \
-"				More Than 2 Years\n" \
-"		</select>\n" \
-"	</p>\n" \
-"\n" \
-"	<p>\n" \
-"		How familiar are you with the World Wide Web?\n" \
-"		<br>\n" \
-"		<select name=\"www\">\n" \
-"			<option value=\"no comment\" selected>\n" \
-"				No Comment\n" \
-"			<option value=\"no experience\">\n" \
-"				No Experience\n" \
-"			<option value=\"novice\">\n" \
-"				Novice\n" \
-"			<option value=\"intermediate\">\n" \
-"				Intermediate\n" \
-"			<option value=\"expert\">\n" \
-"				Expert\n" \
-"			<option value=\"master\">\n" \
-"				Web Master\n" \
-"		</select>\n" \
-"	</p>\n" \
-"\n" \
-"	<p>\n" \
-"		On which other platform(s) do you use Mosaic?\n" \
-"		<br>\n" \
-"		<select name=\"platform\">\n" \
-"			<option value=\"no comment\" selected>\n" \
-"				No Comment\n" \
-"			<option value=\"no other\">\n" \
-"				No Other\n" \
-"			<option value=\"mac\">\n" \
-"				Macintosh\n" \
-"			<option value=\"windows\">\n" \
-"				Windows\n" \
-"			<option value=\"mac and windows\">\n" \
-"				Macintosh and Windows\n" \
-"		</select>\n" \
-"	</p>\n" \
-"\n" \
-"	<p>\n" \
-"		What type of internet connection do you have?\n" \
-"		<br>\n" \
-"		<select name=\"connection\">\n" \
-"			<option value=\"no comment\" selected>\n" \
-"				No Comment\n" \
-"			<option value=\"no connection\">\n" \
-"				No Connection\n" \
-"			<option value=\"don't know\">\n" \
-"				Don't Know\n" \
-"			<option value=\"modem lt 9600\">\n" \
-"				Modem Less Than 9600\n" \
-"			<option value=\"modem eq 9600\">\n" \
-"				Modem at 9600\n" \
-"			<option value=\"modem eq 144\">\n" \
-"				Modem at 14.4k\n" \
-"			<option value=\"modem eq 288\">\n" \
-"				Modem at 28.8k\n" \
-"			<option value=\"modem gt 288\">\n" \
-"				Modem Greater Than 28.8k\n" \
-"			<option value=\"isdn\">\n" \
-"				ISDN\n" \
-"			<option value=\"direct\">\n" \
-"				Direct Connection\n" \
-"		</select>\n" \
-"	</p>\n" \
-"\n" \
-"	<p>\n" \
-"		Have you ever sent email to our technical support?\n" \
-"		<br>\n" \
-"		<select name=\"email\">\n" \
-"			<option value=\"no comment\" selected>\n" \
-"				No Comment\n" \
-"			<option value=\"yes\">\n" \
-"				Yes, I Have\n" \
-"			<option value=\"no\">\n" \
-"				No, I Have Not\n" \
-"		</select>\n" \
-"\n" \
-"		<dl>\n" \
-"			<dd>\n" \
-"				If so, was it satisfactory?\n" \
-"				<br>\n" \
-"				<select name=\"satisfied\">\n" \
-"					<option value=\"no comment\" selected>\n" \
-"						No Comment\n" \
-"					<option value=\"yes\">\n" \
-"						Yes, It Was\n" \
-"					<option value=\"no\">\n" \
-"						No, It Was Not\n" \
-"				</select>\n" \
-"				<dl>\n" \
-"					<dd>\n" \
-"						Why or why not?\n" \
-"						<textarea name=\n" \
-"						\"satisfied_feedback\" \n" \
-"						rows=2 cols=40>\n" \
-"						</textarea>\n" \
-"					</dd>\n" \
-"				</dl>\n" \
-"			</dd>\n" \
-"		</dl>\n" \
-"	</p>\n" \
-"\n" \
-"<!---\n" \
-"NOTE:\n" \
-"	The following list of browsers\n" \
-"	are IN ALPHABETICAL ORDER! Please Please Please, if you add one, put\n" \
-"	it in ALPHABETICAL order as well...so we are not accused of being\n" \
-"	perferential\n" \
-"--->\n" \
-"	<p>\n" \
-"		What is your <b>favorite</b> Web browser?\n" \
-"		<dl>\n" \
-"			<dd>\n" \
-"				<select name=\"favorite\" size=5>\n" \
-"					<option value=\"no comment\" selected>\n" \
-"						No Comment\n" \
-"					<option value=\"arena\">\n" \
-"						Arena\n" \
-"					<option value=\"emacs-w3\">\n" \
-"						Emacs-W3\n" \
-"					<option value=\"spyglass\">\n" \
-"						Enhanced Mosaic (Spyglass)\n" \
-"					<option value=\"hot java\">\n" \
-"						Hot Java\n" \
-"					<option value=\"lynx\">\n" \
-"						Lynx\n" \
-"					<option value=\"ncsa\">\n" \
-"						N.C.S.A. Mosaic\n" \
-"					<option value=\"netscape $$$\">\n" \
-"						Netscape (for $$$)\n" \
-"					<option value=\"netscape free\">\n" \
-"						Netscape (for free)\n" \
-"					<option value=\"viola\">\n" \
-"						Viola\n" \
-"				</select>\n" \
-"			</dd>\n" \
-"		</dl>\n" \
-"	</p>\n" \
-"\n" \
-"	<p>\n" \
-"		Other comments and/or suggestions are welcomed:\n" \
-"		<textarea name=\"comments_feedback\" rows=5 cols=60>\n" \
-"		</textarea>\n" \
-"	</p>\n" \
-"\n" \
-"	<p>\n" \
-"		When you are done, please press this button:\n" \
-"		<input type=\"submit\" value=\"Submit Comment Card for X Mosaic\"\n" \
-"		name=\"submitme\">\n" \
-"	</p>\n" \
-"\n" \
-"</form>\n" \
-"\n";
+extern char *comment_card_html_top;
+extern char *comment_card_html_bot;
 
 #endif
 
diff -u -r ../Mosaic-src.orig/src/gui-dialogs.c ./src/gui-dialogs.c
--- ../Mosaic-src.orig/src/gui-dialogs.c	Thu Jul 18 09:49:41 1996
+++ ./src/gui-dialogs.c	Thu Mar  4 14:46:32 1999
@@ -88,7 +88,7 @@
 /*swp -- for ~ expansion*/
 #include <pwd.h>
 extern int sys_nerr;
-extern char *sys_errlist[];
+extern const char *const sys_errlist[];
 extern int errno;
 #define __MAX_HOME_LEN__ 256
 int pathEval(char *dest, char *src);
