- (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error.
This commit is contained in:
parent
43d3ccdbdd
commit
ec4e4daa6c
|
@ -2,6 +2,7 @@
|
||||||
- (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Resync with
|
- (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Resync with
|
||||||
closefrom.c from sudo.
|
closefrom.c from sudo.
|
||||||
- (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.
|
- (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.
|
||||||
|
- (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error.
|
||||||
|
|
||||||
20060817
|
20060817
|
||||||
- (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
|
- (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
|
||||||
|
@ -5223,4 +5224,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4484 2006/08/18 09:49:58 dtucker Exp $
|
$Id: ChangeLog,v 1.4485 2006/08/18 10:09:32 dtucker Exp $
|
||||||
|
|
|
@ -28,7 +28,7 @@ static int failed = 0;
|
||||||
static void
|
static void
|
||||||
fail(const char *m)
|
fail(const char *m)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%s", m);
|
fprintf(stderr, "snprintftest: %s\n", m);
|
||||||
failed = 1;
|
failed = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue