X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=snmp%2Flustre-snmp-util.c;h=4482f70d8b9afd8a9d6a82a48570c77d95f5e4cc;hp=f69c6ec001bf4f0e527c5c1e7c63aa44c5c9bfdc;hb=d6ce546eb7e250237141d3a11380f9d5389c50eb;hpb=ddb28333258d23bd40b21278901841499dd4f198;ds=sidebyside diff --git a/snmp/lustre-snmp-util.c b/snmp/lustre-snmp-util.c index f69c6ec..4482f70 100644 --- a/snmp/lustre-snmp-util.c +++ b/snmp/lustre-snmp-util.c @@ -15,11 +15,7 @@ * * You should have received a copy of the GNU General Public License * version 2 along with this program; If not, see - * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf - * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * http://www.gnu.org/licenses/gpl-2.0.html * * GPL HEADER END */ @@ -275,7 +271,6 @@ void lustrefs_ctrl(int command) execvp(cmd[0], cmd); report("failed to execvp(\'%s %s\')",cmd[0],cmd[1]); } - return; } /***************************************************************************** @@ -420,7 +415,6 @@ void report(const char *fmt, ...) DEBUGMSGTL(("lsnmpd", "%s\n", buf)); fprintf(stderr, "%s\n", buf); - return; }