Ben,

You should be able to find this in the latest code:

Later,
Tom
 

*** /ws/onnv-clone/usr/src/uts/common/fs/sockfs/socksyscalls.c  Fri Mar 24 
23:04:30 2006
--- usr/src/uts/common/fs/sockfs/socksyscalls.c Tue Sep 19 00:42:56 2006
***************
*** 24,30 ****
   * Use is subject to license terms.
   */
  
! #pragma ident "@(#)socksyscalls.c     1.85    06/03/24 SMI"
  
  #include <sys/types.h>
  #include <sys/t_lock.h>
--- 24,30 ----
   * Use is subject to license terms.
   */
  
! #pragma ident "%Z%%M% %I%     %E% SMI"
  
  #include <sys/types.h>
  #include <sys/t_lock.h>
***************
*** 2251,2257 ****                       snfi->snfi_frtn.free_arg = 
(caddr_t)snfi;
                        snfi->snfi_base = base;
                        snfi->snfi_mapoff = mapoff;
!                       mp1 = desballoca((uchar_t *)base + mapoff,
                            iosize1, BPRI_HI, &snfi->snfi_frtn);
  
                        if (mp1 == NULL) {
--- 2251,2257 ----
                        snfi->snfi_frtn.free_arg = (caddr_t)snfi;
                        snfi->snfi_base = base;
                        snfi->snfi_mapoff = mapoff;
!                       mp1 = esballoca((uchar_t *)base + mapoff,
                            iosize1, BPRI_HI, &snfi->snfi_frtn);
  
                        if (mp1 == NULL) {

*Entry 1*


Reply via email to