summaryrefslogtreecommitdiffstats
path: root/file_util.c
diff options
context:
space:
mode:
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;