Deleted Added
full compact
cmdtab.c (100203) cmdtab.c (117599)
1/*
2 * Copyright (c) 1983, 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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
1/*
2 * Copyright (c) 1983, 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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 */
33
34#if 0
34#ifndef lint
35#ifndef lint
35/*
36static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93";
36static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93";
37*/
38static const char rcsid[] =
39 "$FreeBSD: head/usr.sbin/lpr/lpc/cmdtab.c 100203 2002-07-17 00:51:19Z gad $";
40#endif /* not lint */
37#endif /* not lint */
38#endif
41
39
42#include <sys/cdefs.h>
40#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
41__FBSDID("$FreeBSD: head/usr.sbin/lpr/lpc/cmdtab.c 117599 2003-07-14 22:24:28Z gad $");
43
44#include "lpc.h"
45#include "extern.h"
46
47/*
48 * lpc -- command tables
49 */
50char aborthelp[] = "terminate a spooling daemon immediately and disable printing";

--- 45 unchanged lines hidden ---
42
43#include "lpc.h"
44#include "extern.h"
45
46/*
47 * lpc -- command tables
48 */
49char aborthelp[] = "terminate a spooling daemon immediately and disable printing";

--- 45 unchanged lines hidden ---