Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 03:22:42 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh jobs.c jobs.h
Message-ID:  <200207181022.g6IAMgqC026267@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/07/18 03:22:42 PDT

  Modified files:
    bin/sh               jobs.c jobs.h 
  Log:
  Avoid using ints or shorts to store process id's, use pid_t instead.
  The pgrp member of struct job was declared as a short and could not store
  every possible process group ID value, the rest of them were benign because
  pid_t happens to be an int.
  
  Revision  Changes    Path
  1.52      +21 -20    src/bin/sh/jobs.c
  1.17      +2 -2      src/bin/sh/jobs.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?200207181022.g6IAMgqC026267>