Author: kib
Date: Tue Apr  7 07:08:35 2015
New Revision: 281194
URL: https://svnweb.freebsd.org/changeset/base/281194

Log:
  MFC r281071:
  Remove useless initialization.

Modified:
  stable/10/sys/kern/sysv_shm.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/kern/sysv_shm.c
==============================================================================
--- stable/10/sys/kern/sysv_shm.c       Tue Apr  7 06:25:29 2015        
(r281193)
+++ stable/10/sys/kern/sysv_shm.c       Tue Apr  7 07:08:35 2015        
(r281194)
@@ -327,7 +327,7 @@ kern_shmat_locked(struct thread *td, int
 {
        struct proc *p = td->td_proc;
        struct shmid_kernel *shmseg;
-       struct shmmap_state *shmmap_s = NULL;
+       struct shmmap_state *shmmap_s;
        vm_offset_t attach_va;
        vm_prot_t prot;
        vm_size_t size;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to