Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 08:28:58 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/i386/ibcs2 ibcs2_util.h src/sys/i386/linux linux_sysvec.c linux_util.h src/sys/kern kern_exec.c src/sys/pc98/i386 machdep.c src/sys/sys exec.h
Message-ID:  <199812161628.IAA22922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/12/16 08:28:58 PST

  Modified files:
    sys/alpha/alpha      machdep.c 
    sys/i386/i386        machdep.c 
    sys/i386/ibcs2       ibcs2_util.h 
    sys/i386/linux       linux_sysvec.c linux_util.h 
    sys/kern             kern_exec.c 
    sys/pc98/i386        machdep.c 
    sys/sys              exec.h 
  Log:
  Removed the cast to a pointer in the definition of PS_STRINGS and
  adjusted related casts to match (only in the kernel in this commit).
  The pointer was only wanted in one place in kern_exec.c.  Applications
  should use the kern.ps_strings sysctl instead of PS_STRINGS, so they
  shouldn't notice this change.
  
  Revision  Changes    Path
  1.27      +3 -4      src/sys/alpha/alpha/machdep.c
  1.319     +2 -2      src/sys/i386/i386/machdep.c
  1.11      +1 -1      src/sys/i386/ibcs2/ibcs2_util.h
  1.40      +2 -2      src/sys/i386/linux/linux_sysvec.c
  1.7       +2 -2      src/sys/i386/linux/linux_util.h
  1.90      +3 -4      src/sys/kern/kern_exec.c
  1.103     +2 -2      src/sys/pc98/i386/machdep.c
  1.21      +2 -3      src/sys/sys/exec.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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