From 0f110f410020b780e777de364553d0bf8d5e7ab4 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Tue, 5 Nov 1996 05:07:48 +0000 Subject: *** empty log message *** Tue Nov 5 00:04:48 1996 Thomas Bushnell, n/BSG * stdio-common/vfprintf.c: Include . --- hurd/hurdsig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index 2783a0c..bc2ad9e 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -162,7 +162,7 @@ write_corefile (int signo, const struct hurd_signal_detail *detail) /* Create the new file, but don't link it into the directory yet. */ __dir_mkfile (coredir, O_WRONLY|O_CREAT, 0600 & ~_hurd_umask, /* XXX ? */ - &file)) + &file); /* Call the core dumping server to write the core file. */ err = __crash_dump_task (coreserver, -- cgit v1.1