Deleted Added
full compact
login_times.c (50476) login_times.c (84225)
1/*-
2 * Copyright (c) 1996 by
3 * David Nugent <davidn@blaze.net.au>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, is permitted provided that the following conditions
8 * are met:

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

14 * documentation and/or other materials provided with the distribution.
15 * 3. This work was done expressly for inclusion into FreeBSD. Other use
16 * is permitted provided this notation is included.
17 * 4. Absolutely no warranty of function or purpose is made by the authors.
18 * 5. Modifications may be freely made to this file providing the above
19 * conditions are met.
20 *
21 * Login period parsing and comparison functions.
1/*-
2 * Copyright (c) 1996 by
3 * David Nugent <davidn@blaze.net.au>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, is permitted provided that the following conditions
8 * are met:

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

14 * documentation and/or other materials provided with the distribution.
15 * 3. This work was done expressly for inclusion into FreeBSD. Other use
16 * is permitted provided this notation is included.
17 * 4. Absolutely no warranty of function or purpose is made by the authors.
18 * 5. Modifications may be freely made to this file providing the above
19 * conditions are met.
20 *
21 * Login period parsing and comparison functions.
22 *
23 * $FreeBSD: head/lib/libutil/login_times.c 50476 1999-08-28 00:22:10Z peter $
24 */
25
22 */
23
24#include <sys/cdefs.h>
25__FBSDID("$FreeBSD: head/lib/libutil/login_times.c 84225 2001-09-30 22:35:07Z dillon $");
26
26#include <stdlib.h>
27#include <string.h>
28#include <time.h>
29#include <ctype.h>
30
31#include <sys/types.h>
32#include <login_cap.h>
33

--- 128 unchanged lines hidden ---
27#include <stdlib.h>
28#include <string.h>
29#include <time.h>
30#include <ctype.h>
31
32#include <sys/types.h>
33#include <login_cap.h>
34

--- 128 unchanged lines hidden ---