Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 1998 04:14:05 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/bin/sh/bltin bltin.h src/usr.bin/printf printf.c
Message-ID:  <199812071214.EAA14530@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/12/07 04:14:04 PST

  Modified files:
    bin/sh/bltin         bltin.h 
    usr.bin/printf       printf.c 
  Log:
  Fixed warnx format errors in printf and csh, and snprintf format errors
  in sh, by using separate macros for the 1, 2 and 3-arg calls to warnx.
  (The 3-arg warnx macro in sh/bltin/bltin.h used to require bogus dummy
  args.)
  
  Revision  Changes    Path
  1.9       +12 -2     src/bin/sh/bltin/bltin.h
  1.12      +11 -7     src/usr.bin/printf/printf.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?199812071214.EAA14530>