Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/miscutils/wall.c


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/miscutils/wall.c

    r2725 r3232  
    77 */
    88
     9//usage:#define wall_trivial_usage
     10//usage:    "[FILE]"
     11//usage:#define wall_full_usage "\n\n"
     12//usage:    "Write content of FILE or stdin to all logged-in users"
     13//usage:
     14//usage:#define wall_sample_usage
     15//usage:    "echo foo | wall\n"
     16//usage:    "wall ./mymessage"
     17
    918#include "libbb.h"
    10 #include <utmp.h>
    1119
    1220int wall_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
Note: See TracChangeset for help on using the changeset viewer.