Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/util-linux/mkswap.c

    r3232 r3621  
    1414
    1515#include "libbb.h"
     16#include "common_bufsiz.h"
    1617
    1718#if ENABLE_SELINUX
     
    7677#define NWORDS 129
    7778#define hdr ((struct swap_header_v1*)bb_common_bufsiz1)
     79#define INIT_G() do { setup_common_bufsiz(); } while (0)
    7880
    7981struct BUG_sizes {
     
    9294    off_t len;
    9395    const char *label = "";
     96
     97    INIT_G();
    9498
    9599    opt_complementary = "-1"; /* at least one param */
Note: See TracChangeset for help on using the changeset viewer.