Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2000 11:36:41 -0800 (PST)
From:      Garance A Drosehn <gad@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/lpr/common_source common.c displayq.c lp.h src/usr.sbin/lpr/lpc cmds.c src/usr.sbin/lpr/lpd printjob.c
Message-ID:  <200011061936.LAA45960@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gad         2000/11/06 11:36:41 PST

  Modified files:
    usr.sbin/lpr/common_source common.c displayq.c lp.h 
    usr.sbin/lpr/lpc     cmds.c 
    usr.sbin/lpr/lpd     printjob.c 
  Log:
  Cosmetic change of a structure name.
  Turn    'struct queue { q_time, q_name }'           (loosely-speaking)
  into    'struct jobqueue { job_time, job_cfname }'
  
  Reviewed by:	GAWollman
  
  Revision  Changes    Path
  1.15      +18 -18    src/usr.sbin/lpr/common_source/common.c
  1.18      +4 -4      src/usr.sbin/lpr/common_source/displayq.c
  1.13      +5 -5      src/usr.sbin/lpr/common_source/lp.h
  1.15      +11 -11    src/usr.sbin/lpr/lpc/cmds.c
  1.27      +11 -11    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?200011061936.LAA45960>