rwall.c (937d37fc6c80b2171091fc773eb40bab53d84648) rwall.c (1a7ac2bd24c1763b0d32e23d9c70308fbc24b07a)
1/*-
2 * SPDX-License-Identifier: BSD-4-Clause
3 *
4 * Copyright (c) 1993 Christopher G. Demetriou
5 * Copyright (c) 1988, 1990 Regents of the University of California.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 57 unchanged lines hidden (view full) ---

66#include <time.h>
67#include <unistd.h>
68
69static char *mbuf;
70
71static char notty[] = "no tty";
72
73static void makemsg(const char *);
1/*-
2 * SPDX-License-Identifier: BSD-4-Clause
3 *
4 * Copyright (c) 1993 Christopher G. Demetriou
5 * Copyright (c) 1988, 1990 Regents of the University of California.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 57 unchanged lines hidden (view full) ---

66#include <time.h>
67#include <unistd.h>
68
69static char *mbuf;
70
71static char notty[] = "no tty";
72
73static void makemsg(const char *);
74static void usage(void);
74static void usage(void) __dead2;
75
76/* ARGSUSED */
77int
78main(int argc, char *argv[])
79{
80 char *wallhost, res;
81 CLIENT *cl;
82 struct timeval tv;

--- 103 unchanged lines hidden ---
75
76/* ARGSUSED */
77int
78main(int argc, char *argv[])
79{
80 char *wallhost, res;
81 CLIENT *cl;
82 struct timeval tv;

--- 103 unchanged lines hidden ---