diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-07-18 09:10:54 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-07-18 09:10:54 +0000 |
commit | 5bb19a17c049cd92ccbd811a6bd0daf69ac899c1 (patch) | |
tree | 666e6009dd5ad9b092ed0e71e84879ef460b000f /uts/common/os/fm.c | |
parent | 4f8f62335ad901cd53d6d7984e96804f361563be (diff) |
Notes
Diffstat (limited to 'uts/common/os/fm.c')
-rw-r--r-- | uts/common/os/fm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uts/common/os/fm.c b/uts/common/os/fm.c index 4efcff4f464a..eff91aee5e64 100644 --- a/uts/common/os/fm.c +++ b/uts/common/os/fm.c @@ -79,7 +79,7 @@ * URL and SUNW-MSG-ID value to display for fm_panic(), defined below. These * values must be kept in sync with the FMA source code in usr/src/cmd/fm. */ -static const char *fm_url = "http://www.sun.com/msg"; +static const char *fm_url = "http://illumos.org/msg"; static const char *fm_msgid = "SUNOS-8000-0G"; static char *volatile fm_panicstr = NULL; |