fix extra spaces at ends of lines, etc. (all spacing nits.)

This commit is contained in:
cgd 1996-04-09 20:55:22 +00:00
parent 08a45c0a18
commit c40712b45d
20 changed files with 61 additions and 62 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: audioio.h,v 1.5 1996/03/11 05:12:28 scottr Exp $ */
/* $NetBSD: audioio.h,v 1.6 1996/04/09 20:55:22 cgd Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -132,7 +132,7 @@ typedef struct audio_encoding {
#define AUDIO_SETFD _IOWR('A', 30, int)
#define AUDIO_PERROR _IOR('A', 31, int)
/*
/*
* Mixer device
*/
#define AUDIO_MIN_GAIN 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: device.h,v 1.14 1996/04/04 06:06:20 cgd Exp $ */
/* $NetBSD: device.h,v 1.15 1996/04/09 20:55:24 cgd Exp $ */
/*
* Copyright (c) 1992, 1993
@ -123,7 +123,7 @@ struct cfattach {
void (*ca_attach) __P((struct device *, struct device *, void *));
/* XXX should have detach */
};
struct cfdriver {
void **cd_devs; /* devices found */
char *cd_name; /* device name */

View File

@ -1,4 +1,4 @@
/* $NetBSD: dirent.h,v 1.11 1996/03/08 18:13:05 scottr Exp $ */
/* $NetBSD: dirent.h,v 1.12 1996/04/09 20:55:25 cgd Exp $ */
/*-
* Copyright (c) 1989, 1993
@ -36,7 +36,7 @@
*/
/*
* The dirent structure defines the format of directory entries returned by
* The dirent structure defines the format of directory entries returned by
* the getdirentries(2) system call.
*
* A directory entry has a struct dirent at the front of it, containing its

View File

@ -1,4 +1,4 @@
/* $NetBSD: disklabel.h,v 1.38 1996/02/09 18:25:05 christos Exp $ */
/* $NetBSD: disklabel.h,v 1.39 1996/04/09 20:55:26 cgd Exp $ */
/*
* Copyright (c) 1987, 1988, 1993
@ -77,7 +77,7 @@ struct disklabel {
u_int16_t d_subtype; /* controller/d_type specific */
char d_typename[16]; /* type name, e.g. "eagle" */
/*
/*
* d_packname contains the pack identifier and is returned when
* the disklabel is read off the disk or in-core copy.
* d_boot0 and d_boot1 are the (optional) names of the
@ -86,12 +86,12 @@ struct disklabel {
* getdiskbyname(3) to retrieve the values from /etc/disktab.
*/
union {
char un_d_packname[16]; /* pack identifier */
char un_d_packname[16]; /* pack identifier */
struct {
char *un_d_boot0; /* primary bootstrap name */
char *un_d_boot1; /* secondary bootstrap name */
} un_b;
} d_un;
} un_b;
} d_un;
#define d_packname d_un.un_d_packname
#define d_boot0 d_un.un_b.un_d_boot0
#define d_boot1 d_un.un_b.un_d_boot1

View File

@ -1,4 +1,4 @@
/* $NetBSD: filedesc.h,v 1.13 1996/03/14 18:59:09 christos Exp $ */
/* $NetBSD: filedesc.h,v 1.14 1996/04/09 20:55:28 cgd Exp $ */
/*
* Copyright (c) 1990, 1993
@ -50,7 +50,7 @@
* that will fit in a power-of-two sized piece of memory.
*/
#define NDFILE 20
#define NDEXTENT 50 /* 250 bytes in 256-byte alloc. */
#define NDEXTENT 50 /* 250 bytes in 256-byte alloc. */
struct filedesc {
struct file **fd_ofiles; /* file structures for open files */

View File

@ -1,4 +1,4 @@
/* $NetBSD: gmon.h,v 1.4 1994/06/29 06:44:17 cgd Exp $ */
/* $NetBSD: gmon.h,v 1.5 1996/04/09 20:55:30 cgd Exp $ */
/*-
* Copyright (c) 1982, 1986, 1992, 1993
@ -77,7 +77,7 @@ struct gmonhdr {
* calls $0,(r0)
* calls $0,(r0)
*
* which is separated by only three bytes, thus HASHFRACTION is
* which is separated by only three bytes, thus HASHFRACTION is
* calculated as:
*
* HASHFRACTION = 3 / (2 * 2 - 1) = 1
@ -85,9 +85,9 @@ struct gmonhdr {
* Note that the division above rounds down, thus if MIN_SUBR_FRACTION
* is less than three, this algorithm will not work!
*
* In practice, however, call instructions are rarely at a minimal
* In practice, however, call instructions are rarely at a minimal
* distance. Hence, we will define HASHFRACTION to be 2 across all
* architectures. This saves a reasonable amount of space for
* architectures. This saves a reasonable amount of space for
* profiling data structures without (in practice) sacrificing
* any granularity.
*/
@ -108,7 +108,7 @@ struct tostruct {
};
/*
* a raw arc, with pointers to the calling site and
* a raw arc, with pointers to the calling site and
* the called site and a count.
*/
struct rawarc {

View File

@ -1,4 +1,4 @@
/* $NetBSD: localedef.h,v 1.3 1994/11/30 22:15:58 jtc Exp $ */
/* $NetBSD: localedef.h,v 1.4 1996/04/09 20:55:31 cgd Exp $ */
/*
* Copyright (c) 1994 Winning Strategies, Inc.
@ -70,7 +70,7 @@ typedef struct
extern const _MonetaryLocale *_CurrentMonetaryLocale;
extern const _MonetaryLocale _DefaultMonetaryLocale;
typedef struct
{
const char *decimal_point;

View File

@ -1,4 +1,4 @@
/* $NetBSD: protosw.h,v 1.9 1996/02/13 21:08:55 christos Exp $ */
/* $NetBSD: protosw.h,v 1.10 1996/04/09 20:55:32 cgd Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@ -87,7 +87,7 @@ struct protosw {
/* utility hooks */
void (*pr_init) /* initialization hook */
__P((void));
void (*pr_fasttimo) /* fast timeout (200ms) */
__P((void));
void (*pr_slowtimo) /* slow timeout (500ms) */

View File

@ -1,6 +1,6 @@
/* $NetBSD: queue.h,v 1.9 1994/12/13 15:04:28 mycroft Exp $ */
/* $NetBSD: queue.h,v 1.10 1996/04/09 20:55:34 cgd Exp $ */
/*
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*

View File

@ -1,4 +1,4 @@
/* $NetBSD: shm.h,v 1.19 1996/02/09 18:25:30 christos Exp $ */
/* $NetBSD: shm.h,v 1.20 1996/04/09 20:55:35 cgd Exp $ */
/*
* Copyright (c) 1994 Adam Glass
@ -76,7 +76,7 @@ struct shminfo {
struct shminfo shminfo;
struct shmid_ds *shmsegs;
void shminit __P((void));
void shminit __P((void));
void shmfork __P((struct proc *, struct proc *));
void shmexit __P((struct proc *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysctl.h,v 1.15 1996/03/17 02:42:48 pk Exp $ */
/* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */
/*
* Copyright (c) 1989, 1993
@ -64,7 +64,7 @@
/*
* Each subsystem defined by sysctl defines a list of variables
* for that subsystem. Each name is either a node with further
* for that subsystem. Each name is either a node with further
* levels defined below it, or it is a leaf of some particular
* type given below. Each sysctl level defines a set of name/type
* pairs to be used by sysctl(1) in manipulating the subsystem.
@ -166,7 +166,7 @@ struct ctlname {
{ "timex", CTLTYPE_STRUCT }, \
}
/*
/*
* KERN_PROC subtypes
*/
#define KERN_PROC_ALL 0 /* everything */
@ -177,7 +177,7 @@ struct ctlname {
#define KERN_PROC_UID 5 /* by effective uid */
#define KERN_PROC_RUID 6 /* by real uid */
/*
/*
* KERN_PROC subtype ops return arrays of augmented proc structures:
*/
struct kinfo_proc {

View File

@ -1,4 +1,4 @@
/* $NetBSD: systm.h,v 1.47 1996/04/03 20:46:47 christos Exp $ */
/* $NetBSD: systm.h,v 1.48 1996/04/09 20:55:38 cgd Exp $ */
/*-
* Copyright (c) 1982, 1988, 1991, 1993
@ -52,7 +52,7 @@
* raw disks of mounted filesystems, /dev/mem, and /dev/kmem are
* read-only.
* 2 highly secure mode - same as (1) plus raw disks are always
* read-only whether mounted or not. This level precludes tampering
* read-only whether mounted or not. This level precludes tampering
* with filesystems by unmounting them, but also inhibits running
* newfs while the system is secured.
*
@ -129,16 +129,16 @@ int seltrue __P((dev_t dev, int which, struct proc *p));
void *hashinit __P((int count, int type, u_long *hashmask));
int sys_nosys __P((struct proc *, void *, register_t *));
void panic __P((const char *, ...))
void panic __P((const char *, ...))
#ifdef __KPRINTF_ATTRIBUTE__
__kprintf_attribute__((__noreturn__,__format__(__kprintf__,1,2)));
#else
__attribute__((__noreturn__));
#endif
void printf __P((const char *, ...))
__kprintf_attribute__((__format__(__kprintf__,1,2)));
__kprintf_attribute__((__format__(__kprintf__,1,2)));
void uprintf __P((const char *, ...))
__kprintf_attribute__((__format__(__kprintf__,1,2)));
__kprintf_attribute__((__format__(__kprintf__,1,2)));
int sprintf __P((char *buf, const char *, ...))
__kprintf_attribute__((__format__(__kprintf__,2,3)));
void ttyprintf __P((struct tty *, const char *, ...))

View File

@ -1,4 +1,4 @@
/* $NetBSD: termios.h,v 1.13 1995/04/22 13:03:10 cgd Exp $ */
/* $NetBSD: termios.h,v 1.14 1996/04/09 20:55:41 cgd Exp $ */
/*
* Copyright (c) 1988, 1989, 1993, 1994
@ -38,12 +38,12 @@
#ifndef _SYS_TERMIOS_H_
#define _SYS_TERMIOS_H_
/*
* Special Control Characters
/*
* Special Control Characters
*
* Index into c_cc[] character array.
*
* Name Subscript Enabled by
* Name Subscript Enabled by
*/
#define VEOF 0 /* ICANON */
#define VEOL 1 /* ICANON */
@ -53,7 +53,7 @@
#define VERASE 3 /* ICANON */
#ifndef _POSIX_SOURCE
#define VWERASE 4 /* ICANON */
#endif
#endif
#define VKILL 5 /* ICANON */
#ifndef _POSIX_SOURCE
#define VREPRINT 6 /* ICANON */
@ -140,7 +140,7 @@
#endif
/*
/*
* "Local" flags - dumping ground for other state
*
* Warning: some flags in this structure begin with
@ -188,7 +188,7 @@ struct termios {
int c_ospeed; /* output speed */
};
/*
/*
* Commands passed to tcsetattr() for setting the termios structure.
*/
#define TCSANOW 0 /* make change immediate */

View File

@ -1,4 +1,4 @@
/* $NetBSD: tprintf.h,v 1.9 1996/04/03 20:46:50 christos Exp $ */
/* $NetBSD: tprintf.h,v 1.10 1996/04/09 20:55:43 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -42,4 +42,3 @@ void tprintf_close __P((tpr_t));
void tprintf __P((tpr_t, const char *fmt, ...))
__kprintf_attribute__((__format__(__kprintf__,2,3)));

View File

@ -1,4 +1,4 @@
/* $NetBSD: tty.h,v 1.29 1996/02/09 18:25:44 christos Exp $ */
/* $NetBSD: tty.h,v 1.30 1996/04/09 20:55:44 cgd Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@ -49,7 +49,7 @@
* exactly the same behaviour as in true clists.
* if c_cq is NULL, the ring buffer has no TTY_QUOTE functionality
* (but, saves memory and cpu time)
*
*
* *DON'T* play with c_cs, c_ce, c_cq, or c_cl outside tty_subr.c!!!
*/
struct clist {

View File

@ -1,4 +1,4 @@
/* $NetBSD: ttydefaults.h,v 1.7 1994/06/29 06:45:57 cgd Exp $ */
/* $NetBSD: ttydefaults.h,v 1.8 1996/04/09 20:55:45 cgd Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@ -90,7 +90,7 @@
*/
#ifdef TTYDEFCHARS
cc_t ttydefchars[NCCS] = {
CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT,
_POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.25 1996/03/15 19:54:53 jtc Exp $ */
/* $NetBSD: types.h,v 1.26 1996/04/09 20:55:47 cgd Exp $ */
/*-
* Copyright (c) 1982, 1986, 1991, 1993
@ -83,7 +83,7 @@ typedef u_int32_t uid_t; /* user id */
/*
* These belong in unistd.h, but are placed here too to ensure that
* long arguments will be promoted to off_t if the program fails to
* long arguments will be promoted to off_t if the program fails to
* include that header or explicitly cast them to off_t.
*/
#if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)

View File

@ -1,4 +1,4 @@
/* $NetBSD: user.h,v 1.9 1995/03/26 20:25:03 jtc Exp $ */
/* $NetBSD: user.h,v 1.10 1996/04/09 20:55:49 cgd Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991, 1993
@ -56,7 +56,7 @@
* This structure may or may not be at the same kernel address
* in all processes.
*/
struct user {
struct pcb u_pcb;

View File

@ -1,4 +1,4 @@
/* $NetBSD: vsio.h,v 1.6 1994/06/29 06:46:20 cgd Exp $ */
/* $NetBSD: vsio.h,v 1.7 1996/04/09 20:55:50 cgd Exp $ */
/*-
* Copyright (c) 1987, 1993
@ -56,16 +56,16 @@
* *
* *
****************************************************************************/
/*
/*
* vsio.h - VS100 I/O command definitions
*
*
* Author: Christopher A. Kent
* Digital Equipment Corporation
* Western Research Lab
* Date: Tue Jun 21 1983
*/
/*
/*
* Possible ioctl calls
*/
@ -90,7 +90,7 @@
#define VS_FIB_FINITE 1 /* finite retries */
#define VS_FIB_INFINITE 2 /* infinite retries */
/*
/*
* Event queue entries
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: wait.h,v 1.10 1995/10/19 08:14:18 jtc Exp $ */
/* $NetBSD: wait.h,v 1.11 1996/04/09 20:55:51 cgd Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993, 1994
@ -104,13 +104,13 @@ union wait {
* Terminated process status.
*/
struct {
#if BYTE_ORDER == LITTLE_ENDIAN
#if BYTE_ORDER == LITTLE_ENDIAN
unsigned int w_Termsig:7, /* termination signal */
w_Coredump:1, /* core dump indicator */
w_Retcode:8, /* exit code if w_termsig==0 */
w_Filler:16; /* upper bits filler */
#endif
#if BYTE_ORDER == BIG_ENDIAN
#if BYTE_ORDER == BIG_ENDIAN
unsigned int w_Filler:16, /* upper bits filler */
w_Retcode:8, /* exit code if w_termsig==0 */
w_Coredump:1, /* core dump indicator */
@ -123,12 +123,12 @@ union wait {
* with the WUNTRACED option bit.
*/
struct {
#if BYTE_ORDER == LITTLE_ENDIAN
#if BYTE_ORDER == LITTLE_ENDIAN
unsigned int w_Stopval:8, /* == W_STOPPED if stopped */
w_Stopsig:8, /* signal that stopped us */
w_Filler:16; /* upper bits filler */
#endif
#if BYTE_ORDER == BIG_ENDIAN
#if BYTE_ORDER == BIG_ENDIAN
unsigned int w_Filler:16, /* upper bits filler */
w_Stopsig:8, /* signal that stopped us */
w_Stopval:8; /* == W_STOPPED if stopped */