Author: ngie Date: Sat Jan 16 01:37:17 2016 New Revision: 294123 URL: https://svnweb.freebsd.org/changeset/base/294123
Log: Add missing newline to message about requiring root privileges This will help ensure that scripts/parsers don't get confused when the message is printed out MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/sockets/so_setfib/so_setfib.c Directory Properties: head/ (props changed) Modified: head/tools/regression/sockets/so_setfib/so_setfib.c ============================================================================== --- head/tools/regression/sockets/so_setfib/so_setfib.c Sat Jan 16 01:30:55 2016 (r294122) +++ head/tools/regression/sockets/so_setfib/so_setfib.c Sat Jan 16 01:37:17 2016 (r294123) @@ -171,7 +171,7 @@ main(int argc __unused, char *argv[] __u size_t s; if (geteuid() != 0) { - printf("1..0 # SKIP: must be root"); + printf("1..0 # SKIP: must be root\n"); return (0); } _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"