Remove outdated comment regarding an old bug.
[oweals/opkg-lede.git] / libopkg / pkg_dest.h
index 0966a9cc012547ffac0a6b9eec0745858b958951..cbc1ce689f04f7c8d27cc0ac91177624d3a41cd3 100644 (file)
@@ -18,8 +18,6 @@
 #ifndef PKG_DEST_H
 #define PKG_DEST_H
 
-#include "includes.h"
-
 typedef struct pkg_dest pkg_dest_t;
 struct pkg_dest
 {
@@ -29,7 +27,7 @@ struct pkg_dest
     char *lists_dir;
     char *info_dir;
     char *status_file_name;
-    FILE *status_file;
+    FILE *status_fp;
 };
 
 int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char *lists_dir);