[Toybox] [PATCH] su: it's _PATH_DEFPATH, not _PATH_DEFPATHS.
    enh 
    enh at google.com
       
    Fri Mar  8 10:40:50 PST 2019
    
    
  
This still leaves some breakage:
  toys/lsb/su.c:68:3: error: implicit declaration of function 'loggit'
   loggit(name, 0);
   ^~~~~~
   log2l
  toys/lsb/su.c:105:22: warning: too many arguments for format
   syslog(LOG_NOTICE, "No.", getusername(getuid()), name);
                      ^~~~~
  At top level:
  toys/lsb/su.c:45:14: warning: 'snapshot_env' defined but not used
 static char *snapshot_env(char *name)
              ^~~~~~~~~~~~
---
 toys/lsb/su.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-su-it-s-_PATH_DEFPATH-not-_PATH_DEFPATHS.patch
Type: text/x-patch
Size: 1369 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20190308/ff536211/attachment.bin>
    
    
More information about the Toybox
mailing list