Deleted Added
full compact
movejobs.c (100203) movejobs.c (117599)
1/*
2 * ------+---------+---------+---------+---------+---------+---------+---------*
3 * Copyright (c) 2002 - Garance Alistair Drosehn <gad@FreeBSD.org>.
4 * All rights reserved.
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:

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

27 * The views and conclusions contained in the software and documentation
28 * are those of the authors and should not be interpreted as representing
29 * official policies, either expressed or implied, of the FreeBSD Project
30 * or FreeBSD, Inc.
31 *
32 * ------+---------+---------+---------+---------+---------+---------+---------*
33 */
34
1/*
2 * ------+---------+---------+---------+---------+---------+---------+---------*
3 * Copyright (c) 2002 - Garance Alistair Drosehn <gad@FreeBSD.org>.
4 * All rights reserved.
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:

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

27 * The views and conclusions contained in the software and documentation
28 * are those of the authors and should not be interpreted as representing
29 * official policies, either expressed or implied, of the FreeBSD Project
30 * or FreeBSD, Inc.
31 *
32 * ------+---------+---------+---------+---------+---------+---------+---------*
33 */
34
35#ifndef lint
36static const char rcsid[] =
37 "$FreeBSD: head/usr.sbin/lpr/lpc/movejobs.c 100203 2002-07-17 00:51:19Z gad $";
38#endif /* not lint */
35#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
36__FBSDID("$FreeBSD: head/usr.sbin/lpr/lpc/movejobs.c 117599 2003-07-14 22:24:28Z gad $");
39
40/*
41 * movejobs.c - The lpc commands which move jobs around.
42 */
43
44#include <sys/file.h>
45#include <sys/param.h>
46#include <sys/queue.h>

--- 226 unchanged lines hidden ---
37
38/*
39 * movejobs.c - The lpc commands which move jobs around.
40 */
41
42#include <sys/file.h>
43#include <sys/param.h>
44#include <sys/queue.h>

--- 226 unchanged lines hidden ---