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/debianutils/mktemp.c

    r3232 r3621  
    3131 *        -p; else /tmp [deprecated]
    3232 */
     33//config:config MKTEMP
     34//config:   bool "mktemp"
     35//config:   default y
     36//config:   help
     37//config:     mktemp is used to create unique temporary files
     38
     39//applet:IF_MKTEMP(APPLET(mktemp, BB_DIR_BIN, BB_SUID_DROP))
     40
     41//kbuild:lib-$(CONFIG_MKTEMP) += mktemp.o
    3342
    3443//usage:#define mktemp_trivial_usage
Note: See TracChangeset for help on using the changeset viewer.