Deleted Added
full compact
chio.c (208730) chio.c (225736)
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: head/bin/chio/chio.c 208730 2010-06-02 09:34:41Z uqs $");
46__FBSDID("$FreeBSD: stable/9/bin/chio/chio.c 208730 2010-06-02 09:34:41Z uqs $");
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>

--- 1125 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>

--- 1125 unchanged lines hidden ---