Deleted Added
full compact
mesg.c (27645) mesg.c (50477)
1/*
2 * Copyright (c) 1987, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

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

42 The Regents of the University of California. All rights reserved.\n";
43#endif /* not lint */
44
45#ifndef lint
46#if 0
47static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94";
48#endif
49static const char rcsid[] =
1/*
2 * Copyright (c) 1987, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

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

42 The Regents of the University of California. All rights reserved.\n";
43#endif /* not lint */
44
45#ifndef lint
46#if 0
47static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94";
48#endif
49static const char rcsid[] =
50 "$Id$";
50 "$FreeBSD: head/usr.bin/mesg/mesg.c 50477 1999-08-28 01:08:13Z peter $";
51#endif /* not lint */
52
53#include <sys/types.h>
54#include <sys/stat.h>
55
56#include <err.h>
57#include <stdio.h>
58#include <stdlib.h>

--- 58 unchanged lines hidden ---
51#endif /* not lint */
52
53#include <sys/types.h>
54#include <sys/stat.h>
55
56#include <err.h>
57#include <stdio.h>
58#include <stdlib.h>

--- 58 unchanged lines hidden ---