summaryrefslogtreecommitdiffstats
path: root/file_util.c
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:18:06 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:18:06 (EST)
commit0b7a99e65bb95cd86d8846a21fce1cfc2b0b7495 (patch)
tree5e32dd2d7117c2c5b6e3cdab91cc68d1fc9a2522 /file_util.c
parent7fc0de8e48b598a188237a13424be3f86189b3d9 (diff)
* Rename top level ipkg directory to opkg
git-svn-id: http://opkg.googlecode.com/svn/trunk@8 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'file_util.c')
-rw-r--r--file_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file_util.c b/file_util.c
index e8084dd..da8a1cd 100644
--- a/file_util.c
+++ b/file_util.c
@@ -15,7 +15,7 @@
General Public License for more details.
*/
-#include "ipkg.h"
+#include "opkg.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -107,7 +107,7 @@ int file_move(const char *src, const char *dest)
}
/* I put these here to keep libbb dependencies from creeping all over
- the ipkg code */
+ the opkg code */
int file_copy(const char *src, const char *dest)
{
int err;