Date: Mon, 3 Jun 2002 20:40:25 -0700 (PDT) From: Garance A Drosehn <gad@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c Message-ID: <200206040340.g543ePN12546@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad         2002/06/03 20:40:25 PDT
  Modified files:
    usr.sbin/lpr/lpd     printjob.c 
  Log:
  Change some "process id" variables from 'int' to 'pid_t', renaming some
  of them to keep better track of which-is-which (multiple variables were
  named 'pid').  Moved a global pid-variable into the only routine that
  used it.  Net result: fixes two compile-time warnings...
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.57      +31 -28    src/usr.sbin/lpr/lpd/printjob.c
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?200206040340.g543ePN12546>
