mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
errno is used only here.
This commit is contained in:
@@ -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 ***/
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user