Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/util-linux/pivot_root.c

    r2725 r3232  
    99 * Licensed under GPLv2, see file LICENSE in this source tree.
    1010 */
     11
     12//usage:#define pivot_root_trivial_usage
     13//usage:       "NEW_ROOT PUT_OLD"
     14//usage:#define pivot_root_full_usage "\n\n"
     15//usage:       "Move the current root file system to PUT_OLD and make NEW_ROOT\n"
     16//usage:       "the new root file system"
     17
    1118#include "libbb.h"
    1219
Note: See TracChangeset for help on using the changeset viewer.