From 781acb504375541118e5f7b3b4640f88df084d4f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 18 Nov 1999 01:45:05 +0000 Subject: Craig Rodrigues' fixes to let it compile on AIX using IBM's compiler (remove commas following the last member of an enum, make all bit fields "guint32" - GCC lets you get away with that, but at least some other compilers don't). svn path=/trunk/; revision=1052 --- packet-ncp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-ncp.c') diff --git a/packet-ncp.c b/packet-ncp.c index d45bc70d31..98a9a4fa47 100644 --- a/packet-ncp.c +++ b/packet-ncp.c @@ -2,7 +2,7 @@ * Routines for NetWare Core Protocol * Gilbert Ramirez * - * $Id: packet-ncp.c,v 1.22 1999/11/17 21:58:28 guy Exp $ + * $Id: packet-ncp.c,v 1.23 1999/11/18 01:45:02 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -158,7 +158,7 @@ enum nfamily { NCP_QUEUE_SERVICES, /* print queues */ NCP_FILE_SERVICES, /* file serving */ NCP_BINDERY_SERVICES, /* bindery database */ - NCP_CONNECTION_SERVICES, /* communication */ + NCP_CONNECTION_SERVICES /* communication */ }; /* I had to put this function prototype after the enum nfamily declaration */ -- cgit v1.2.3