Deleted Added
full compact
lptest.c (84692) lptest.c (117622)
1/*
2 * Copyright (c) 1983, 1993
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:

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

33 */
34
35#ifndef lint
36static const char copyright[] =
37"@(#) Copyright (c) 1983, 1993\n\
38 The Regents of the University of California. All rights reserved.\n";
39#endif /* not lint */
40
1/*
2 * Copyright (c) 1983, 1993
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:

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

33 */
34
35#ifndef lint
36static const char copyright[] =
37"@(#) Copyright (c) 1983, 1993\n\
38 The Regents of the University of California. All rights reserved.\n";
39#endif /* not lint */
40
41#ifndef lint
42#if 0
41#if 0
42#ifndef lint
43static char sccsid[] = "@(#)lptest.c 8.1 (Berkeley) 6/6/93";
43static char sccsid[] = "@(#)lptest.c 8.1 (Berkeley) 6/6/93";
44#endif
45static const char rcsid[] =
46 "$FreeBSD: head/usr.sbin/lpr/lptest/lptest.c 84692 2001-10-09 00:06:52Z gad $";
47#endif /* not lint */
44#endif /* not lint */
45#endif
48
46
47#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
48__FBSDID("$FreeBSD: head/usr.sbin/lpr/lptest/lptest.c 117622 2003-07-15 08:45:06Z gad $");
49
49#include <stdlib.h>
50#include <stdio.h>
51
52/*
53 * lptest -- line printer test program (and other devices).
54 */
55int
56main(int argc, char **argv)

--- 29 unchanged lines hidden ---
50#include <stdlib.h>
51#include <stdio.h>
52
53/*
54 * lptest -- line printer test program (and other devices).
55 */
56int
57main(int argc, char **argv)

--- 29 unchanged lines hidden ---