/*
  * Contact authors William Jolitz & Lynne Jolitz via the web.
  */

void
markg() {

/*
  * I wanted to thank you and your wife[*] because chances are without your code
  * the x86 BSDs probably wouldn't be here and I would be stuck with messy Linux.
  *
  * So, thank you very much for building the foundation of the operating systems I use daily.
  *
  * [*] My girlfriend, a civil engineer turned programmer is also named Lynn. At least when
  * I vent about work she understands what I'm talking about. :)
  *
  * All the best,
  * Mark G.
  */
contact("Thanks","February 2005");

/*
  * Mark,
  *
  * Pleased to hear from you. Glad to hear it mattered for you, and that
  * good architecture in systems matter. Can't tell you how many times we
  * heard the refrain "it doesn't matter ...".
  *
  * May your BSD continue to work well for years - good architecture has longevity.
  *
  * Best for the future,
  * William and Lynne Jolitz.
  */
reply("Thank you.","February 2005");

return();

}