util  Check-in [2592d3e6e0]

Overview
Comment:fixes for script compat
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2592d3e6e045f05d9d37e4b6f0b83733c85ffbf38fac008dac416900d3cd17f6
User & Date: lexi on 2019-08-13 02:43:46
Other Links: manifest | tags
Context
2019-08-15
05:45
add kpw source check-in: a3ccd193d5 user: lexi tags: trunk
2019-08-13
02:43
fixes for script compat check-in: 2592d3e6e0 user: lexi tags: trunk
02:28
add missing --nocopy option to mkpw check-in: 61813b7d9b user: lexi tags: trunk
Changes

Modified mkpw.c from [e02ebfb705] to [d671829e71].

    24     24   
    25     25   #ifdef _CLIPBOARD
    26     26   #	include <sys/types.h>
    27     27   #	include <pwd.h>
    28     28   #	include <stdlib.h>
    29     29   #	define _cl_opt o('n',nocopy,copy = false)
    30     30   #else
    31         -#	define _cl_opt
           31  +#	define _cl_opt o('n',nocopy,/* do nothing*/)
    32     32   #endif
    33     33    
    34     34   #define options \
    35     35   	o('l',lower,mode = lower) \
    36     36   	o('m',mix,mode = mix) \
    37     37   	o('u',upper,mode = upper)\
    38         -	o('n',nocopy,copy = false)\
    39     38   	_cl_opt
    40     39   
    41     40   enum /* constants */ {
    42     41   	null = 0, true = 1, false = 0
    43     42   };
    44     43   
    45     44   typedef enum bad {