]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - db/input.c
libxfs: sanitize agcount on load
[thirdparty/xfsprogs-dev.git] / db / input.c
index b73a1f81bb6e7fe9f8811c611024877b0b84975c..8f65190333b65b406429f3608df905bbca0d3840 100644 (file)
@@ -16,7 +16,7 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/libxfs.h>
+#include "libxfs.h"
 #include <signal.h>
 #include "command.h"
 #include "input.h"
@@ -238,11 +238,11 @@ fetchline(void)
 static char *el_get_prompt(EditLine *e) { return get_prompt(); }
 char *
 fetchline(void)
-{     
+{
        static EditLine *el;
        static History  *hist;
        HistEvent       hevent;
-       char            *line;    
+       char            *line;
        int             count;
 
        if (!el) {