Deleted Added
full compact
modes.c (31492) modes.c (39084)
1/*-
2 * Copyright (c) 1991, 1993, 1994
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

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

31 * SUCH DAMAGE.
32 */
33
34#ifndef lint
35/*
36static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
37*/
38static const char rcsid[] =
1/*-
2 * Copyright (c) 1991, 1993, 1994
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

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

31 * SUCH DAMAGE.
32 */
33
34#ifndef lint
35/*
36static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
37*/
38static const char rcsid[] =
39 "$Id$";
39 "$Id: modes.c,v 1.4 1997/12/02 20:45:56 wollman Exp $";
40#endif /* not lint */
41
42#include <stddef.h>
43#include <string.h>
44#include <termios.h>
40#endif /* not lint */
41
42#include <stddef.h>
43#include <string.h>
44#include <termios.h>
45#include "lp.local.h"
46#include "extern.h"
45
46struct modes {
47 char *name;
48 long set;
49 long unset;
50};
51
52/*

--- 182 unchanged lines hidden ---
47
48struct modes {
49 char *name;
50 long set;
51 long unset;
52};
53
54/*

--- 182 unchanged lines hidden ---