Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2001 17:09:46 -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/common_source displayq.c lp.h src/usr.sbin/lpr/lpc cmds.c src/usr.sbin/lpr/lpd lpd.c printjob.c recvjob.c src/usr.sbin/lpr/lpq lpq.c
Message-ID:  <200107150009.f6F09kU06208@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gad         2001/07/14 17:09:46 PDT

  Modified files:
    usr.sbin/lpr/common_source displayq.c lp.h 
    usr.sbin/lpr/lpc     cmds.c 
    usr.sbin/lpr/lpd     lpd.c printjob.c recvjob.c 
    usr.sbin/lpr/lpq     lpq.c 
  Log:
  Fix most of the warnings generated by compiling lpr with -Wnon-const-format,
  often by just telling gcc that some internal routine is "__printflike"
  (work done by Kris Kennaway <kris@FreeBSD.org>).  Also fix the new warnings
  which show up once gcc starts checking the "printf-like parameters" passed
  to those routines.
  
  MFC after:	1 week
  
  Revision  Changes    Path
  1.21      +4 -4      src/usr.sbin/lpr/common_source/displayq.c
  1.18      +3 -2      src/usr.sbin/lpr/common_source/lp.h
  1.18      +6 -6      src/usr.sbin/lpr/lpc/cmds.c
  1.28      +3 -3      src/usr.sbin/lpr/lpd/lpd.c
  1.40      +4 -3      src/usr.sbin/lpr/lpd/printjob.c
  1.21      +11 -7     src/usr.sbin/lpr/lpd/recvjob.c
  1.11      +3 -3      src/usr.sbin/lpr/lpq/lpq.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?200107150009.f6F09kU06208>