Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2009 11:45:42 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern sysv_shm.c
Message-ID:  <200903051145.n25Bjvjq085777@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-03-05 11:45:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sysv_shm.c 
  Log:
  SVN rev 189398 on 2009-03-05 11:45:42Z by kib
  
  Systematically use vm_size_t to specify the size of the segment for VM KPI.
  Do not overload the local variable size in kern_shmat() due to vm_size_t
  change.
  Fix style bug by adding explicit comparision with 0.
  
  Discussed with: bde
  MFC after:      1 week
  
  Revision  Changes    Path
  1.115     +6 -6      src/sys/kern/sysv_shm.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903051145.n25Bjvjq085777>