[net.emacs] Two small corrections to Emacs 17.45.

rms@prep.ai.mit.edu (02/01/86)

From: rms@prep.ai.mit.edu (Richard M. Stallman)
In file fns.c, near the beginning, change the lines

    #ifdef LOAD_AVE_TYPE
    #ifndef eunice

to

    #ifdef LOAD_AVE_TYPE
    #ifdef BSD
    #include <sys/param.h>
    #endif /* BSD */
    #ifndef eunice


In m-pyramid.h, change

    #undef NO_UNION_TYPE

to

    #define NO_UNION_TYPE

and alter the comment before it to say

    /* Don't use the union types any more.  They were used until Emacs 17.45.  */