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/ext2_fs.h

    r1765 r2725  
    1414 *  Copyright (C) 1991, 1992  Linus Torvalds
    1515 */
    16 
    17 #ifndef _LINUX_EXT2_FS_H
    18 #define _LINUX_EXT2_FS_H
     16#ifndef LINUX_EXT2_FS_H
     17#define LINUX_EXT2_FS_H 1
    1918
    2019#include "ext2_types.h"     /* Changed from linux/types.h */
     
    568567                     ~EXT2_DIR_ROUND)
    569568
    570 #endif  /* _LINUX_EXT2_FS_H */
     569#endif
Note: See TracChangeset for help on using the changeset viewer.