[Patches] Patch to myselect.h

Jack Jansen Jack.Jansen@oratrix.com
Sat, 22 Apr 2000 01:07:24 +0200


This is a multi-part message in MIME format.
--------------5F9F63D9205AB44C4BEC667D
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Here's a patch to myselect.h. The GUSI 2.0 I/O library (which is used on the
Mac) doesn't use the
special header file for select anymore.
----
I confirm that, to the best of my knowledge and belief, this
                                                       contribution is free of
any claims of third parties under
                                                       copyright, patent or
other rights or interests ("claims").  To
                                                       the extent that I have
any such claims, I hereby grant to CNRI a
                                                       nonexclusive,
irrevocable, royalty-free, worldwide license to
                                                       reproduce, distribute,
perform and/or display publicly, prepare
                                                       derivative versions, and
otherwise use this contribution as part
                                                       of the Python software
and its related documentation, or any
                                                       derivative versions
thereof, at no cost to CNRI or its licensed
                                                       users, and to authorize
others to do so.

                                                       I acknowledge that CNRI
may, at its sole discretion, decide
                                                       whether or not to
incorporate this contribution in the Python
                                                       software and its related
documentation.  I further grant CNRI
                                                       permission to use my
name and other identifying information
                                                       provided to CNRI by me
for use in connection with the Python
                                                       software and its related documentation.
--------------5F9F63D9205AB44C4BEC667D
Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="522A6368";
 name="patch-myselect"
Content-Transfer-Encoding: 7bit
Content-Description: Unknown Document
Content-Disposition: inline;
 filename="patch-myselect"

Index: myselect.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/myselect.h,v
retrieving revision 2.9
diff -c -r2.9 myselect.h
*** myselect.h	1998/09/28 22:05:22	2.9
--- myselect.h	2000/04/21 23:03:40
***************
*** 51,57 ****
  
  #else /* !HAVE_SYS_SELECT_H */
  
! #ifdef USE_GUSI
  /* If we don't have sys/select the definition may be in unistd.h */
  #include <GUSI.h>
  #endif
--- 51,57 ----
  
  #else /* !HAVE_SYS_SELECT_H */
  
! #ifdef USE_GUSI1
  /* If we don't have sys/select the definition may be in unistd.h */
  #include <GUSI.h>
  #endif


--------------5F9F63D9205AB44C4BEC667D--