From xemacs-m  Mon Apr 14 02:38:42 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA08443
	for <xemacs-beta@xemacs.org>; Mon, 14 Apr 1997 02:38:40 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id AAA19821;
	Mon, 14 Apr 1997 00:37:45 -0700
Date: Mon, 14 Apr 1997 00:37:45 -0700
Message-Id: <199704140737.AAA19821@bittersweet.inetarena.com>
From: "Karl M. Hegbloom" <karlheg@inetarena.com>
To: <xemacs-beta@xemacs.org>
Subject: Re: etags.c
In-Reply-To: <kiglo6mkrw4.fsf@jagor.srce.hr>
References: <199704140501.WAA14466@bittersweet.inetarena.com>
	<m2n2r2rw28.fsf@altair.xemacs.org>
	<kigpvvykv0y.fsf@jagor.srce.hr>
	<199704140636.XAA19295@bittersweet.inetarena.com>
	<kiglo6mkrw4.fsf@jagor.srce.hr>
X-Mailer: VM 6.26 under 20.1 XEmacs Lucid (beta15)
X-Face: 1KTXtqlAR%5-Y-#r!;P~x["TVcy|p~Ot-UP9<=bRbXj@/z@z?qC,xdh=?.+WS6:[wro);S0$1sp4=3ntl[F@(f)F$OaV-.Qn2G*S94mrt2c*'fNn(B|w2S>[?%8D8~|\1wdXLw6:c0=0P(X/L:,NI2[W#!"6XZNHX&*-%<JN:05ZbFC4heLd:N5L~PK7la}:;Ot$B#t34f2,umboR{n/N/hLl.j5f<?TFF\Ixw}<gr"cKlfL<wQWH]ycvjWIeE(6!trRp6,LGN|I0E'/%m6y>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Apr_14_00:37:44_1997-1"
Content-Transfer-Encoding: 7bit

--Multipart_Mon_Apr_14_00:37:44_1997-1
Content-Type: text/plain; charset=US-ASCII


 So, I would do it like this, then?  Is there a prescribed order that
include files should go in?


--Multipart_Mon_Apr_14_00:37:44_1997-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="etags.patch"
Content-Transfer-Encoding: 7bit

*** etags.c.orig	Sun Apr 13 17:07:57 1997
--- etags.c	Mon Apr 14 00:34:12 1997
***************
*** 59,64 ****
--- 59,68 ----
  #include <string.h>
  #endif
  
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
+ #endif
+ 
  #ifdef HAVE_CONFIG_H
  # include <config.h>
    /* On some systems, Emacs defines static as nothing for the sake

--Multipart_Mon_Apr_14_00:37:44_1997-1
Content-Type: text/plain; charset=US-ASCII

Karl M. Hegbloom <karlheg@inetarena.com>
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.2  Linux 2.0.29t
You tell me and we'll both know.


--Multipart_Mon_Apr_14_00:37:44_1997-1--

