comparison lib-src/fakemail.c @ 2286:04bc9d2f42c7

[xemacs-hg @ 2004-09-20 19:18:55 by james] Mark all unused parameters as unused. Also eliminate some unneeded local variables.
author james
date Mon, 20 Sep 2004 19:20:08 +0000
parents 023b83f4e54b
children 6a9afa282c8e
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
32 } 32 }
33 #elif defined (LINUX) 33 #elif defined (LINUX)
34 #include <stdio.h> 34 #include <stdio.h>
35 #include <stdlib.h> 35 #include <stdlib.h>
36 int 36 int
37 main (int argc, char *argv[]) 37 main ()
38 { 38 {
39 /* Linux /bin/mail, if it exists, is NOT the Unix v7 mail that 39 /* Linux /bin/mail, if it exists, is NOT the Unix v7 mail that
40 fakemail depends on! This causes garbled mail. Better to 40 fakemail depends on! This causes garbled mail. Better to
41 output an error message. */ 41 output an error message. */
42 fprintf (stderr, "Sorry, fakemail does not work on Linux.\n"); 42 fprintf (stderr, "Sorry, fakemail does not work on Linux.\n");