From xemacs-m  Mon Apr 14 13:40:18 1997
Received: from gateway.sequent.com (gateway.sequent.com [138.95.18.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id NAA16398
	for <xemacs-beta@xemacs.org>; Mon, 14 Apr 1997 13:40:17 -0500 (CDT)
Received: from eng4.sequent.com (eng4.sequent.com [138.95.7.64]) by gateway.sequent.com (8.6.13/8.6.9) with ESMTP id LAA04815 for <xemacs-beta@xemacs.org>; Mon, 14 Apr 1997 11:39:48 -0700
Received: from localhost (nuspl@localhost) by eng4.sequent.com (8.6.13/8.6.9) with SMTP id LAA28769 for <xemacs-beta@xemacs.org>; Mon, 14 Apr 1997 11:39:46 -0700
Message-Id: <199704141839.LAA28769@eng4.sequent.com>
X-Authentication-Warning: eng4.sequent.com: Host localhost didn't use HELO protocol
To: xemacs-beta@xemacs.org
Subject: simple patch to src/ndir.h
Date: Mon, 14 Apr 97 11:39:46 PDT
From: Joe Nuspl <nuspl@sequent.com>



*** /tmp/,RCSt1a27921	Mon Apr 14 11:39:15 1997
--- src/ndir.h	Mon Apr 14 11:20:13 1997
***************
*** 65,71
  	char	dd_buf[DIRBLKSIZ];	/* directory block */
  	}	DIR;			/* stream data from opendir() */
  
! extern DIR *opendir (CONST char *filename)
  extern int closedir (DIR *dirp);
  extern struct direct *readdir (DIR *dirp);
  extern struct direct *readdirver (DIR *dirp);

--- 65,71 -----
  	char	dd_buf[DIRBLKSIZ];	/* directory block */
  	}	DIR;			/* stream data from opendir() */
  
! extern DIR *opendir (CONST char *filename);
  extern int closedir (DIR *dirp);
  extern struct direct *readdir (DIR *dirp);
  extern struct direct *readdirver (DIR *dirp);

