diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 15:07:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 15:07:20 +0000 |
commit | d7504ad95fed2f423f94754016f1b2015702b44a (patch) | |
tree | 1c4f1c06454518a812e0c7fbf33283de86b1252c | |
parent | 7dd2d08709c406c50512788c6ec254b0ddbc9bae (diff) |
Formerly mgt.c.~15~
-rw-r--r-- | proc/mgt.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -33,11 +33,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <assert.h> #include "proc.h" -#include "proc_S.h" -#include "msg.h" +#include "process_S.h" +#include "ourmsg_U.h" #include "proc_exc_S.h" -#include "proc_exc.h" -#include "proc_excrepl.h" +#include "proc_exc_U.h" +#include "proc_excrepl_U.h" #include "proc_excrepl_S.h" /* Create a new id structure with the given genuine uids and gids. */ |