summaryrefslogtreecommitdiffstats
path: root/source/lib/fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/fault.c')
-rw-r--r--source/lib/fault.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/lib/fault.c b/source/lib/fault.c
index e132ed8f673..8d08fccd24c 100644
--- a/source/lib/fault.c
+++ b/source/lib/fault.c
@@ -1,5 +1,6 @@
/*
- Unix SMB/CIFS implementation.
+ Unix SMB/Netbios implementation.
+ Version 1.9.
Critical Fault handling
Copyright (C) Andrew Tridgell 1992-1998
@@ -22,6 +23,7 @@
static void (*cont_fn)(void *);
+
/*******************************************************************
report a fault
********************************************************************/
@@ -75,6 +77,3 @@ void fault_setup(void (*fn)(void *))
CatchSignal(SIGBUS,SIGNAL_CAST sig_fault);
#endif
}
-
-
-