From 0b7a99e65bb95cd86d8846a21fce1cfc2b0b7495 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Sun, 14 Dec 2008 23:18:06 -0500 Subject: * Rename top level ipkg directory to opkg git-svn-id: http://opkg.googlecode.com/svn/trunk@8 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'file_util.c') 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 #include @@ -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; -- cgit v0.9.1