added tom's name to all the authors locations (need to centralize something to

sed through and use a single reference point to build that at some point)

also fixed some of the EMX stuff


SVN revision: 855
This commit is contained in:
Mandrake 1999-10-18 18:00:00 +00:00
parent 3ecaf7b3d1
commit 053b9219fc
5 changed files with 10 additions and 4 deletions

View File

@ -123,7 +123,10 @@ Carl Strasen <carl@valinux.com>
Lots of help with documentation before the release
David Mason <dave@peckham.net>
patch with seveal spellign mistakes that got missed - thanks
patch with several spelling mistakes that got missed - thanks
Tom Christiansen <tchrist@jhereg.perl.com>
Man / Pod Pages
And others whose names we probably forgot to add (email us and we'll put you
in here)

View File

@ -141,7 +141,7 @@ Ben FrantzDale,
Hallvar Helleseth,<br>
Kameran Kashani,
Carl Strasen,<br>
David Mason,<br>
David Mason,Tom Christiansen<br>
And many others.<br>
(see AUTHORS file).
<p>

View File

@ -4750,7 +4750,8 @@ IPC_Copyright(char *params, Client * c)
"Paul Duncan, Daniel Erat,\n"
"Tom Gilbert, Peter Alm, Ben Frantzdale, "
"Hallvar Helleseth, Kameran Kashani,\n"
"Carl Strasen, and others - please see the AUTHORS file)\n\n"
"Carl Strasen, David Mason, Tom Christiansen, and others\n"
"-- please see the AUTHORS file for a complete listing)\n\n"
"Permission is hereby granted, free of charge, to "
"any person obtaining a copy\n"
"of this software and associated documentation files "

View File

@ -1006,7 +1006,7 @@ CreateMenuFromDirectory(char *name, MenuStyle * ms, char *dir)
{
int aa, bb, cc;
#ifndef __EMX__
#ifdef __EMX__
aa = (int)st.st_inode;
#else
list = ls(dir, &num);

View File

@ -21,7 +21,9 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "E.h"
#ifdef __EMX__
#include <io.h> /* for EMX select() */
#endif
#ifdef HAVE_LIBXTST
#include <X11/extensions/XTest.h>
#endif