summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-11-05 05:07:48 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-11-05 05:07:48 +0000
commit0f110f410020b780e777de364553d0bf8d5e7ab4 (patch)
tree467074379860386c73f276ffdd594a1e2d6c7b48 /hurd
parent050a966adc1830841802dbbd803b7cc1d792af4d (diff)
*** empty log message ***
Tue Nov 5 00:04:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * stdio-common/vfprintf.c: Include <libc-lock.h>.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdsig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 2783a0c84f..bc2ad9ef40 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,