summaryrefslogtreecommitdiff
path: root/camlibs
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2006-10-22 20:38:03 +0000
committerMarcus Meissner <marcus@jet.franken.de>2006-10-22 20:38:03 +0000
commit714e42da9053ed793a17b90f4a144cec2fbe2c43 (patch)
treea1a91f19702183ace8dcf38899c0f7e1fb976c94 /camlibs
parentc3989dd2956a0cc333285392a67680e57e61b284 (diff)
downloadlibgphoto2-714e42da9053ed793a17b90f4a144cec2fbe2c43.tar.gz
errno is no variable necessary... just include <errno.h>.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9369 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs')
-rw-r--r--camlibs/sonydscf1/chotplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/camlibs/sonydscf1/chotplay.c b/camlibs/sonydscf1/chotplay.c
index e3a125e40..e934f5d37 100644
--- a/camlibs/sonydscf1/chotplay.c
+++ b/camlibs/sonydscf1/chotplay.c
@@ -34,8 +34,6 @@
#include "getuint.h"
#include "pmp.h"
-extern int errno;
-
#define MAX_PICTURE_NUM 200
u_char picture_index[MAX_PICTURE_NUM];