Rename wsutil/process.h to wsutil/processes.h to avoid collisions.
authorGuy Harris <guy@alum.mit.edu>
Wed, 10 Jun 2015 01:54:54 +0000 (18:54 -0700)
committerGuy Harris <guy@alum.mit.edu>
Wed, 10 Jun 2015 01:56:27 +0000 (01:56 +0000)
commita10a41f5c7816617aa6aa413c46c8eba625cccff
treec7ff92d94bffa9cc9f55033cd99b3e6edfef5adc
parent55267bdbb091024cb9d29c829196506d2a67f7a6
Rename wsutil/process.h to wsutil/processes.h to avoid collisions.

The MSVC rules for searching for headers are a huge barrel of fun; it
appears that, for some files that need the MSVC <process.h> to declare
getpid(), they're getting our <wsutil/process.h> instead, as that's in
the current directory.  Rename it to avoid the collision.

Change-Id: I88eb70237062fa7957e38d7ff8132524390a6a5c
Reviewed-on: https://code.wireshark.org/review/8870
Reviewed-by: Guy Harris <guy@alum.mit.edu>
capchild/capture_session.h
ui/ui_util.h
wsutil/Makefile.common
wsutil/processes.h [moved from wsutil/process.h with 91% similarity]