OSDN Git Service

Fix typo.
authorcgf <cgf>
Sat, 21 Oct 2000 20:57:40 +0000 (20:57 +0000)
committercgf <cgf>
Sat, 21 Oct 2000 20:57:40 +0000 (20:57 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/pinfo.cc

index f7a26d0..f9ab77e 100644 (file)
@@ -1,4 +1,4 @@
-Sat Oct 21 15:27:55 2000  Christopher Faylor <cgf@cygnus.com>
+Sat Oct 21 16:57:23 2000  Christopher Faylor <cgf@cygnus.com>
 
        * pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well as
        PID_IN_USE.
index 5e91465..6e69cba 100644 (file)
@@ -144,7 +144,7 @@ pinfo::init (pid_t n, DWORD flag, HANDLE in_h)
       return;
     }
 
-  int createit = flag & PID_IN_USE | PID_EXECED;
+  int createit = flag & (PID_IN_USE | PID_EXECED);
   for (int i = 0; i < 10; i++)
     {
       int created;