X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=snmp%2Flustre-snmp.c;h=3225e23c9bd3e373540656fc1575c1dbab5efd19;hb=3a84f1d934e471f2ca6fb4c68a0e674651adf73e;hp=5dc19b4bd3d153b330b882e3305fb5084aa94b11;hpb=ca49a1ccb5428d9689f9904ea3d19b85ddac3b64;p=fs%2Flustre-release.git diff --git a/snmp/lustre-snmp.c b/snmp/lustre-snmp.c index 5dc19b4..3225e23 100644 --- a/snmp/lustre-snmp.c +++ b/snmp/lustre-snmp.c @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,7 +24,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -573,7 +571,6 @@ write_sysStatus(int action, size_t name_len) { static long *long_ret; - int size; int new_value; @@ -599,7 +596,6 @@ write_sysStatus(int action, case RESERVE2: - size = var_val_len; long_ret = (long *) var_val;