diff options
| author | vikram <none@none> | 2007-08-09 21:43:47 -0700 |
|---|---|---|
| committer | vikram <none@none> | 2007-08-09 21:43:47 -0700 |
| commit | 25e8c5aa2b496d9026e958ac731a610167574f59 (patch) | |
| tree | 48d445f55e23f769f3981231d5b06b0b35505b33 /usr/src/cmd/ctwatch | |
| parent | ffcd51f34e6cd303b9745909c4632da63426be17 (diff) | |
| download | illumos-joyent-25e8c5aa2b496d9026e958ac731a610167574f59.tar.gz | |
PSARC 2007/290 Retire Agent for I/O Devices
6464720 Deliver a FMA I/O retire agent
--HG--
rename : usr/src/cmd/fm/modules/common/io-retire/ior_main.c => deleted_files/usr/src/cmd/fm/modules/common/io-retire/ior_main.c
Diffstat (limited to 'usr/src/cmd/ctwatch')
| -rw-r--r-- | usr/src/cmd/ctwatch/ctwatch.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/cmd/ctwatch/ctwatch.c b/usr/src/cmd/ctwatch/ctwatch.c index 6247ccaf34..a42d109983 100644 --- a/usr/src/cmd/ctwatch/ctwatch.c +++ b/usr/src/cmd/ctwatch/ctwatch.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -54,6 +53,7 @@ struct { int found; } types[] = { { "process", 0 }, + { "device", 0 }, { NULL } }; |
