Deleted Added
full compact
leave.c (77451) leave.c (78717)
1/*
2 * Copyright (c) 1980, 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

37 The Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#ifndef lint
41#if 0
42static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93";
43#endif
44static const char rcsid[] =
1/*
2 * Copyright (c) 1980, 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

37 The Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#ifndef lint
41#if 0
42static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93";
43#endif
44static const char rcsid[] =
45 "$FreeBSD: head/usr.bin/leave/leave.c 77451 2001-05-30 02:38:10Z dd $";
45 "$FreeBSD: head/usr.bin/leave/leave.c 78717 2001-06-24 19:41:18Z dd $";
46#endif /* not lint */
47
48#include <err.h>
49#include <ctype.h>
50#include <locale.h>
51#include <stdio.h>
46#endif /* not lint */
47
48#include <err.h>
49#include <ctype.h>
50#include <locale.h>
51#include <stdio.h>
52#include <stdlib.h>
52#include <time.h>
53#include <unistd.h>
54
55void doalarm __P((u_int));
56static void usage __P((void));
57
58/*
59 * leave [[+]hhmm]

--- 139 unchanged lines hidden ---
53#include <time.h>
54#include <unistd.h>
55
56void doalarm __P((u_int));
57static void usage __P((void));
58
59/*
60 * leave [[+]hhmm]

--- 139 unchanged lines hidden ---