From e5cfa6dc4794e0a5bca36cabcd12a877454478db Mon Sep 17 00:00:00 2001 From: graham.gower Date: Fri, 30 Oct 2009 02:35:22 -0400 Subject: The compiler almost certainly knows better. git-svn-id: http://opkg.googlecode.com/svn/trunk@228 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_conf.c') diff --git a/libopkg/opkg_conf.c b/libopkg/opkg_conf.c index 472b319..1312c41 100644 --- a/libopkg/opkg_conf.c +++ b/libopkg/opkg_conf.c @@ -668,7 +668,7 @@ int opkg_conf_write_status_files(opkg_conf_t *conf) pkg_dest_t *dest; pkg_vec_t *all; pkg_t *pkg; - register int i; + int i; int err; FILE * status_file=NULL; -- cgit v0.9.1