diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 15:06:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 15:06:44 +0000 |
commit | 7dd2d08709c406c50512788c6ec254b0ddbc9bae (patch) | |
tree | 56f1193e45ffc5423a8086c1ee812625ae47df9b /proc | |
parent | 2917d2bb5488071ccaf1726f518aaaecc34fb201 (diff) |
Formerly info.c.~7~
Diffstat (limited to 'proc')
-rw-r--r-- | proc/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/info.c b/proc/info.c index e33e76d0..80ef3b88 100644 --- a/proc/info.c +++ b/proc/info.c @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <assert.h> #include "proc.h" -#include "proc_S.h" +#include "process_S.h" /* Implement S_proc_pid2task as described in <hurd/proc.defs>. */ kern_return_t |