Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/ext2fs/flushb.c

    r1765 r2725  
    2424#if HAVE_SYS_MOUNT_H
    2525#include <sys/param.h>
    26 #include <sys/mount.h>      /* This may define BLKFLSBUF */
     26#include <sys/mount.h>  /* This may define BLKFLSBUF */
    2727#endif
    2828
     
    3939#ifdef __linux__
    4040#ifndef BLKFLSBUF
    41 #define BLKFLSBUF   _IO(0x12,97)    /* flush buffer cache */
     41#define BLKFLSBUF  _IO(0x12,97)  /* flush buffer cache */
    4242#endif
    4343#ifndef FDFLUSH
    44 #define FDFLUSH     _IO(2,0x4b) /* flush floppy disk */
     44#define FDFLUSH    _IO(2,0x4b)  /* flush floppy disk */
    4545#endif
    4646#endif
Note: See TracChangeset for help on using the changeset viewer.