Deleted Added
full compact
lpd.c (117280) lpd.c (117554)
1/*
2 * Copyright (c) 1983, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

34
35#ifndef lint
36static const char copyright[] =
37"@(#) Copyright (c) 1983, 1993, 1994\n\
38 The Regents of the University of California. All rights reserved.\n";
39#endif /* not lint */
40
41#if 0
1/*
2 * Copyright (c) 1983, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

34
35#ifndef lint
36static const char copyright[] =
37"@(#) Copyright (c) 1983, 1993, 1994\n\
38 The Regents of the University of California. All rights reserved.\n";
39#endif /* not lint */
40
41#if 0
42#ifndef lint
43static char sccsid[] = "@(#)lpd.c 8.7 (Berkeley) 5/10/95";
42static char sccsid[] = "@(#)lpd.c 8.7 (Berkeley) 5/10/95";
44#endif /* not lint */
45#endif
46
43#endif
44
47#include <sys/cdefs.h>
48__FBSDID("$FreeBSD: head/usr.sbin/lpr/lpd/lpd.c 117280 2003-07-06 12:44:11Z charnier $");
45#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
46__FBSDID("$FreeBSD: head/usr.sbin/lpr/lpd/lpd.c 117554 2003-07-14 15:54:41Z gad $");
49
50/*
51 * lpd -- line printer daemon.
52 *
53 * Listen for a connection and perform the requested operation.
54 * Operations are:
55 * \1printer\n
56 * check the queue for jobs and print any found.

--- 890 unchanged lines hidden ---
47
48/*
49 * lpd -- line printer daemon.
50 *
51 * Listen for a connection and perform the requested operation.
52 * Operations are:
53 * \1printer\n
54 * check the queue for jobs and print any found.

--- 890 unchanged lines hidden ---