summaryrefslogtreecommitdiffstats
path: root/libexec/revnetgroup/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/revnetgroup/hash.c')
-rw-r--r--libexec/revnetgroup/hash.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/libexec/revnetgroup/hash.c b/libexec/revnetgroup/hash.c
index 2c1cb16..093b44a 100644
--- a/libexec/revnetgroup/hash.c
+++ b/libexec/revnetgroup/hash.c
@@ -28,20 +28,19 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include "hash.h"
-#ifndef lint
-static const char rcsid[] = "$Id$";
-#endif
-
/*
* This hash function is stolen directly from the
* Berkeley DB package. It already exists inside libc, but
OpenPOWER on IntegriCloud