Deleted Added
full compact
chio.c (252214) chio.c (267654)
1/* $NetBSD: chio.c,v 1.6 1998/01/04 23:53:58 thorpej Exp $ */
2/*-
3 * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
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:

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

38#if 0
39#ifndef lint
40static const char copyright[] =
41 "@(#) Copyright (c) 1996 Jason R. Thorpe. All rights reserved.";
42#endif /* not lint */
43#endif
44
45#include <sys/cdefs.h>
1/* $NetBSD: chio.c,v 1.6 1998/01/04 23:53:58 thorpej Exp $ */
2/*-
3 * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
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:

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

38#if 0
39#ifndef lint
40static const char copyright[] =
41 "@(#) Copyright (c) 1996 Jason R. Thorpe. All rights reserved.";
42#endif /* not lint */
43#endif
44
45#include <sys/cdefs.h>
46__FBSDID("$FreeBSD: stable/9/bin/chio/chio.c 252214 2013-06-25 21:43:49Z ken $");
46__FBSDID("$FreeBSD: releng/9.3/bin/chio/chio.c 252214 2013-06-25 21:43:49Z ken $");
47
48#include <sys/param.h>
49#include <sys/chio.h>
50#include <err.h>
51#include <fcntl.h>
52#include <stdio.h>
53#include <stdint.h>
54#include <stdlib.h>

--- 1195 unchanged lines hidden ---
47
48#include <sys/param.h>
49#include <sys/chio.h>
50#include <err.h>
51#include <fcntl.h>
52#include <stdio.h>
53#include <stdint.h>
54#include <stdlib.h>

--- 1195 unchanged lines hidden ---