# HG changeset patch # User Andreas Schwab # Date 891857716 0 # Node ID 48690fd8d40a3804d90668b9e4daab8dfb8e41fc # Parent 1a8c44e38d9c4813faefa632b9771bf1b1568f58 (_XOPEN_SOURCE): Define for declaration of cuserid. (parse_header): Explicitly declare return type. diff -r 1a8c44e38d9c -r 48690fd8d40a lib-src/fakemail.c --- a/lib-src/fakemail.c Mon Apr 06 10:14:26 1998 +0000 +++ b/lib-src/fakemail.c Mon Apr 06 10:15:16 1998 +0000 @@ -19,6 +19,9 @@ Boston, MA 02111-1307, USA. */ +/* This is needed to get the declaration of cuserid in GNU libc. */ +#define _XOPEN_SOURCE 1 + #define NO_SHORTNAMES #include <../src/config.h> @@ -599,6 +602,7 @@ Also, if the header has any FCC fields, call setup_files for each one. */ +void parse_header (the_header, where) header the_header; register char *where;