diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:04:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:04:16 +0000 |
commit | 059a88c435c9f9cd6922bd49310ceb0980c4904b (patch) | |
tree | 178aec2237728274047a807bf339d1df8960df61 /misc/estic/files/patch-aw | |
parent | Misc. small fixes from the maintainer. (diff) |
Consolidate diffs to a single file into one patch and add a boatload
of patches to fix the build on -current.
Diffstat (limited to 'misc/estic/files/patch-aw')
-rw-r--r-- | misc/estic/files/patch-aw | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/misc/estic/files/patch-aw b/misc/estic/files/patch-aw new file mode 100644 index 000000000000..5abfd37ee8a3 --- /dev/null +++ b/misc/estic/files/patch-aw @@ -0,0 +1,47 @@ +--- estic/icbaseed.cc.orig Sat Feb 26 18:29:22 2000 ++++ estic/icbaseed.cc Sat Feb 26 18:30:01 2000 +@@ -387,26 +387,26 @@ + // otherwise, Changed is left untouched. + { + // ID's of menue items for EditBaseConfig +- const miIstecType = 10; +- const miProtocol = 20; +- const miExtLevel = 30; +- const miMusic = 40; +- const miConnection = 50; +- const miNumber1 = 60; +- const miNumber2 = 70; +- const miTFEAssignment = 80; +- const miQueryLoc = 90; +- const miMSN = 100; +- const miMSNGroups = 110; +- const miEAZGroups = 120; +- const miExternalMusicPort = 130; +- const miCountryCode = 140; ++ const int miIstecType = 10; ++ const int miProtocol = 20; ++ const int miExtLevel = 30; ++ const int miMusic = 40; ++ const int miConnection = 50; ++ const int miNumber1 = 60; ++ const int miNumber2 = 70; ++ const int miTFEAssignment = 80; ++ const int miQueryLoc = 90; ++ const int miMSN = 100; ++ const int miMSNGroups = 110; ++ const int miEAZGroups = 120; ++ const int miExternalMusicPort = 130; ++ const int miCountryCode = 140; + + // Values for the miMusic toggle item +- const musOff = 0; +- const musInternal = 1; +- const musExternal = 2; +- const musOn = musInternal; ++ const int musOff = 0; ++ const int musInternal = 1; ++ const int musExternal = 2; ++ const int musOn = musInternal; + + + |