summaryrefslogtreecommitdiff
path: root/parallel.c
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.com>2005-08-23 20:27:14 +0000
committerPeter Åstrand <astrand@cendio.com>2005-08-23 20:27:14 +0000
commitd0be804677bfed5c749bd18d7010af8dc8c903ab (patch)
tree3421cceadfe00b3e16f8d246057e8e2a89022eb8 /parallel.c
parentecf548a49244177dcaca042957b23ab52e75f7b4 (diff)
downloadrdesktop-d0be804677bfed5c749bd18d7010af8dc8c903ab.zip
Removed old-style extern errno declaration.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@984 423420c4-83ab-492f-b58f-81f9feb106b5
Diffstat (limited to 'parallel.c')
-rw-r--r--parallel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/parallel.c b/parallel.c
index 6d5a011..8b2e823 100644
--- a/parallel.c
+++ b/parallel.c
@@ -32,8 +32,6 @@
#include <linux/lp.h>
#endif
-extern int errno;
-
extern RDPDR_DEVICE g_rdpdr_device[];