home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / bsd / 11834 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  1.2 KB

  1. Path: sparky!uunet!gatech!udel!sbcs.sunysb.edu!stark.UUCP!gene
  2. From: gene@stark.uucp (Gene Stark)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Beware patch00061
  5. Date: 26 Jan 93 08:48:00
  6. Organization: Gene Stark's home system
  7. Lines: 15
  8. Distribution: world
  9. Message-ID: <GENE.93Jan26084800@stark.stark.uucp>
  10. NNTP-Posting-Host: stark.uucp
  11.  
  12. In the new patchkit-0.2 just released, people should be aware that patch00061
  13. makes an incompatible change to the interface of functions having to do with
  14. select(2), including "selwakeup".  The change is that (pid_t)'s, rather than
  15. (struct proc *)'s, are now required to identify the process to be awakened.
  16. Patch00061 makes the changes to all the code present in the base system, but
  17. anyone who is using other drivers that support select will have to apply
  18. appropriate changes.  These drivers include Rick Macklem's 386 bus mouse
  19. driver and my "tw" X-10 driver.  Chris Demetriou's "com-beta" driver already
  20. uses the new interface, so if you are trying to get it to work without having
  21. applied patch00061 you should give it up and get the patchkit.
  22.  
  23. In the next two postings, I include patches for Rick Macklem's busmouse
  24. driver, and for my X-10 driver.
  25.  
  26.                             - Gene Stark
  27.