Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/editors/cmp.c


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/editors/cmp.c

    r3232 r3621  
    1010/* BB_AUDIT SUSv3 (virtually) compliant -- uses nicer GNU format for -l. */
    1111/* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */
     12
     13//config:config CMP
     14//config:   bool "cmp"
     15//config:   default y
     16//config:   help
     17//config:     cmp is used to compare two files and returns the result
     18//config:     to standard output.
     19
     20//kbuild:lib-$(CONFIG_CMP) += cmp.o
     21
     22//applet:IF_CMP(APPLET(cmp, BB_DIR_USR_BIN, BB_SUID_DROP))
    1223
    1324//usage:#define cmp_trivial_usage
Note: See TracChangeset for help on using the changeset viewer.