From 99cf3491157973f597b31da432471347013d5e81 Mon Sep 17 00:00:00 2001
From: unknown <tomas@poseidon.bredbandsbolaget.se>
Date: Thu, 17 Jun 2004 22:32:49 +0000
Subject: mgmapi.cpp:   hpux make fix

ndb/src/mgmapi/mgmapi.cpp:
  hpux make fix
---
 ndb/src/mgmapi/mgmapi.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'ndb')

diff --git a/ndb/src/mgmapi/mgmapi.cpp b/ndb/src/mgmapi/mgmapi.cpp
index 72ba282ad13..bb4b6be8221 100644
--- a/ndb/src/mgmapi/mgmapi.cpp
+++ b/ndb/src/mgmapi/mgmapi.cpp
@@ -430,7 +430,7 @@ const int no_of_type_values = (sizeof(type_values) /
 			       sizeof(ndb_mgm_type_atoi));
 
 extern "C"
-enum ndb_mgm_node_type
+ndb_mgm_node_type
 ndb_mgm_match_node_type(const char * type)
 {
   if(type == 0)
@@ -474,7 +474,7 @@ const int no_of_status_values = (sizeof(status_values) /
 				 sizeof(ndb_mgm_status_atoi));
 
 extern "C"
-enum ndb_mgm_node_status
+ndb_mgm_node_status
 ndb_mgm_match_node_status(const char * status)
 {
   if(status == 0)
-- 
cgit v1.2.1