From 99b9606ea52116d87b55364521aaafe3d50ab0b0 Mon Sep 17 00:00:00 2001 From: "Alexander S. Aganichev" Date: Sat, 9 Aug 2003 10:20:59 +0000 Subject: [PATCH] Fix conflict with new getopt --- goldlib/gcfg/gs_max3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goldlib/gcfg/gs_max3.h b/goldlib/gcfg/gs_max3.h index 8353afa..06e3988 100644 --- a/goldlib/gcfg/gs_max3.h +++ b/goldlib/gcfg/gs_max3.h @@ -129,7 +129,7 @@ typedef enum { // enumeration uses a word, instead of a byte, in case we // really expand this structure sometime soon. -} option __attribute__((packed)); +} max_option __attribute__((packed)); // ------------------------------------------------------------------ @@ -519,7 +519,7 @@ struct _ovride { /* Only one of 'opt' or 'name' should be used. If opt==0, use name. If * * name==0, use opt. */ - option opt; /* Type of menu option to override ...OR... */ + max_option opt; /* Type of menu option to override ...OR... */ byte name; /* First letter of command to override */ byte rsvd1; /* Reserved for future use */ zstr acs; /* New ACS required to access option */