errno is used only here.

This commit is contained in:
William McBrine
2007-06-23 23:02:12 +00:00
parent 236efdc4ce
commit 1dc990f528
2 changed files with 3 additions and 4 deletions

View File

@@ -13,8 +13,9 @@
#include "pdcx11.h"
RCSID("$Id: pdcx11.c,v 1.92 2007/06/14 13:50:28 wmcbrine Exp $")
RCSID("$Id: pdcx11.c,v 1.93 2007/06/23 23:02:12 wmcbrine Exp $")
#include <errno.h>
#include <stdlib.h>
/*** Functions that are called by both processes ***/

View File

@@ -11,7 +11,7 @@
* See the file maintain.er for details of the current maintainer. *
************************************************************************/
/* $Id: pdcx11.h,v 1.58 2007/06/23 22:59:13 wmcbrine Exp $ */
/* $Id: pdcx11.h,v 1.59 2007/06/23 23:02:12 wmcbrine Exp $ */
#ifdef HAVE_CONFIG_H
# include <config.h>
@@ -47,8 +47,6 @@
# endif
#endif
#include <errno.h>
#include <Intrinsic.h>
#include <StringDefs.h>
#include <Shell.h>