summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/sys
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/bio.h4
-rw-r--r--sys/sys/buf.h4
-rw-r--r--sys/sys/cdio.h16
-rw-r--r--sys/sys/chio.h8
-rw-r--r--sys/sys/conf.h6
-rw-r--r--sys/sys/dirent.h4
-rw-r--r--sys/sys/disklabel.h14
-rw-r--r--sys/sys/diskmbr.h14
-rw-r--r--sys/sys/diskpc98.h14
-rw-r--r--sys/sys/diskslice.h4
-rw-r--r--sys/sys/filedesc.h4
-rw-r--r--sys/sys/gmon.h10
-rw-r--r--sys/sys/imgact.h4
-rw-r--r--sys/sys/imgact_aout.h4
-rw-r--r--sys/sys/inflate.h4
-rw-r--r--sys/sys/linedisc.h6
-rw-r--r--sys/sys/mount.h4
-rw-r--r--sys/sys/queue.h4
-rw-r--r--sys/sys/snoop.h4
-rw-r--r--sys/sys/socketvar.h4
-rw-r--r--sys/sys/soundcard.h50
-rw-r--r--sys/sys/stat.h4
-rw-r--r--sys/sys/sysctl.h8
-rw-r--r--sys/sys/systm.h4
-rw-r--r--sys/sys/termios.h14
-rw-r--r--sys/sys/ttycom.h4
-rw-r--r--sys/sys/ttydefaults.h4
-rw-r--r--sys/sys/un.h6
-rw-r--r--sys/sys/user.h4
-rw-r--r--sys/sys/vlimit.h4
-rw-r--r--sys/sys/vsio.h10
-rw-r--r--sys/sys/wait.h10
32 files changed, 129 insertions, 129 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h
index a142fec..89d289f 100644
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)buf.h 8.7 (Berkeley) 1/21/94
- * $Id: buf.h,v 1.17 1995/04/09 06:03:32 davidg Exp $
+ * $Id: buf.h,v 1.18 1995/04/19 10:31:56 davidg Exp $
*/
#ifndef _SYS_BUF_H_
@@ -156,7 +156,7 @@ struct cluster_save {
struct buf **bs_children; /* List of associated buffers. */
};
-/*
+/*
* number of buffer hash entries
*/
#define BUFHSZ 512
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index a142fec..89d289f 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)buf.h 8.7 (Berkeley) 1/21/94
- * $Id: buf.h,v 1.17 1995/04/09 06:03:32 davidg Exp $
+ * $Id: buf.h,v 1.18 1995/04/19 10:31:56 davidg Exp $
*/
#ifndef _SYS_BUF_H_
@@ -156,7 +156,7 @@ struct cluster_save {
struct buf **bs_children; /* List of associated buffers. */
};
-/*
+/*
* number of buffer hash entries
*/
#define BUFHSZ 512
diff --git a/sys/sys/cdio.h b/sys/sys/cdio.h
index 9db1bd3..8af5d65 100644
--- a/sys/sys/cdio.h
+++ b/sys/sys/cdio.h
@@ -1,7 +1,7 @@
/*
* 16 Feb 93 Julian Elischer (julian@dialix.oz.au)
*
- * $Id: cdio.h,v 1.6 1994/02/05 09:14:24 swallace Exp $
+ * $Id: cdio.h,v 1.7 1995/04/09 15:50:48 jkh Exp $
*/
/*
<1> Fixed a conflict with ioctl usage. There were two different
@@ -20,7 +20,7 @@
2-Apr-95 Frank Durda IV bsdmail@nemesis.lonestar.org
*/
-
+
/* Shared between kernel & process */
#ifndef _SYS_CDIO_H_
#define _SYS_CDIO_H_
@@ -46,8 +46,8 @@ struct cd_toc_entry {
};
struct cd_sub_channel_header {
- u_char :8;
- u_char audio_status;
+ u_char :8;
+ u_char audio_status;
#define CD_AS_AUDIO_INVALID 0x00
#define CD_AS_PLAY_IN_PROGRESS 0x11
#define CD_AS_PLAY_PAUSED 0x12
@@ -74,7 +74,7 @@ struct cd_sub_channel_media_catalog {
u_char :8;
u_char :7;
u_char mc_valid:1;
- u_char mc_number[15];
+ u_char mc_number[15];
};
struct cd_sub_channel_track_info {
@@ -83,8 +83,8 @@ struct cd_sub_channel_track_info {
u_char track_number;
u_char :8;
u_char :7;
- u_char ti_valid:1;
- u_char ti_number[15];
+ u_char ti_valid:1;
+ u_char ti_number[15];
};
struct cd_sub_channel_info {
@@ -92,7 +92,7 @@ struct cd_sub_channel_info {
union {
struct cd_sub_channel_position_data position;
struct cd_sub_channel_media_catalog media_catalog;
- struct cd_sub_channel_track_info track_info;
+ struct cd_sub_channel_track_info track_info;
} what;
};
diff --git a/sys/sys/chio.h b/sys/sys/chio.h
index 10fa51d..cc566ec 100644
--- a/sys/sys/chio.h
+++ b/sys/sys/chio.h
@@ -1,11 +1,11 @@
/*
* 16 Feb 93 Julian Elischer ADDED for SCSI system
*
- * $Id: chio.h,v 1.3 1993/10/16 17:16:27 rgrimes Exp $
+ * $Id: chio.h,v 1.4 1993/11/18 05:03:24 rgrimes Exp $
*/
-/* This is a "convertet" mtio.h from 386BSD
- Stefan Grefen grefen@goofy.zdv.uni-mainz.de
+/* This is a "convertet" mtio.h from 386BSD
+ Stefan Grefen grefen@goofy.zdv.uni-mainz.de
*/
/*
@@ -28,7 +28,7 @@ struct chop {
struct {
int chm; /* Transport element */
int to;
- } position;
+ } position;
struct {
short chmo; /* Offset of first CHM */
short chms; /* No. of CHM */
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index 10fbbd3a..d42e116 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)conf.h 8.3 (Berkeley) 1/21/94
- * $Id: conf.h,v 1.13 1995/05/12 19:17:24 wollman Exp $
+ * $Id: conf.h,v 1.14 1995/05/14 03:00:03 davidg Exp $
*/
#ifndef _SYS_CONF_H_
@@ -55,10 +55,10 @@ struct vnode;
typedef void d_strategy_t __P((struct buf *));
typedef int d_open_t __P((dev_t, int, int, struct proc *));
typedef int d_close_t __P((dev_t, int, int, struct proc *));
-typedef int d_ioctl_t __P((dev_t, int, caddr_t, int, struct proc *));
+typedef int d_ioctl_t __P((dev_t, int, caddr_t, int, struct proc *));
typedef int d_dump_t __P((dev_t));
typedef int d_psize_t __P((dev_t));
-
+
typedef int d_read_t __P((dev_t, struct uio *, int));
typedef int d_write_t __P((dev_t, struct uio *, int));
typedef int d_rdwr_t __P((dev_t, struct uio *, int));
diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h
index 80c519e..53b9e7a 100644
--- a/sys/sys/dirent.h
+++ b/sys/sys/dirent.h
@@ -31,14 +31,14 @@
* SUCH DAMAGE.
*
* @(#)dirent.h 8.1 (Berkeley) 6/2/93
- * $Id: dirent.h,v 1.2 1994/08/02 07:52:47 davidg Exp $
+ * $Id: dirent.h,v 1.3 1994/08/21 04:41:38 paul Exp $
*/
#ifndef _SYS_DIRENT_H_
#define _SYS_DIRENT_H_
/*
- * 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
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 851d24a..f9e77f9 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabel.h,v 1.14 1995/05/15 22:27:48 davidg Exp $
+ * $Id: disklabel.h,v 1.15 1995/05/16 07:52:17 davidg Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -104,7 +104,7 @@ struct disklabel {
short d_type; /* drive type */
short 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
@@ -113,15 +113,15 @@ struct disklabel {
* getdiskbyname(3) to retrieve the values from /etc/disktab.
*/
#if defined(KERNEL) || defined(STANDALONE)
- char d_packname[16]; /* pack identifier */
+ char d_packname[16]; /* pack identifier */
#else
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
@@ -389,7 +389,7 @@ extern struct dos_partition dos_partitions[NDOSPART];
* See <sys/reboot.h> for a possibly better encoding.
*
* "cpio -H newc" can be used to back up device files with large minor
- * numbers (but not ones >= 2^31). Old cpio formats and all tar formats
+ * numbers (but not ones >= 2^31). Old cpio formats and all tar formats
* don't have enough bits, and cpio and tar don't notice the lossage.
* There are also some sign extension bugs.
*/
diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h
index 851d24a..f9e77f9 100644
--- a/sys/sys/diskmbr.h
+++ b/sys/sys/diskmbr.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabel.h,v 1.14 1995/05/15 22:27:48 davidg Exp $
+ * $Id: disklabel.h,v 1.15 1995/05/16 07:52:17 davidg Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -104,7 +104,7 @@ struct disklabel {
short d_type; /* drive type */
short 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
@@ -113,15 +113,15 @@ struct disklabel {
* getdiskbyname(3) to retrieve the values from /etc/disktab.
*/
#if defined(KERNEL) || defined(STANDALONE)
- char d_packname[16]; /* pack identifier */
+ char d_packname[16]; /* pack identifier */
#else
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
@@ -389,7 +389,7 @@ extern struct dos_partition dos_partitions[NDOSPART];
* See <sys/reboot.h> for a possibly better encoding.
*
* "cpio -H newc" can be used to back up device files with large minor
- * numbers (but not ones >= 2^31). Old cpio formats and all tar formats
+ * numbers (but not ones >= 2^31). Old cpio formats and all tar formats
* don't have enough bits, and cpio and tar don't notice the lossage.
* There are also some sign extension bugs.
*/
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index 851d24a..f9e77f9 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabel.h,v 1.14 1995/05/15 22:27:48 davidg Exp $
+ * $Id: disklabel.h,v 1.15 1995/05/16 07:52:17 davidg Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -104,7 +104,7 @@ struct disklabel {
short d_type; /* drive type */
short 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
@@ -113,15 +113,15 @@ struct disklabel {
* getdiskbyname(3) to retrieve the values from /etc/disktab.
*/
#if defined(KERNEL) || defined(STANDALONE)
- char d_packname[16]; /* pack identifier */
+ char d_packname[16]; /* pack identifier */
#else
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
@@ -389,7 +389,7 @@ extern struct dos_partition dos_partitions[NDOSPART];
* See <sys/reboot.h> for a possibly better encoding.
*
* "cpio -H newc" can be used to back up device files with large minor
- * numbers (but not ones >= 2^31). Old cpio formats and all tar formats
+ * numbers (but not ones >= 2^31). Old cpio formats and all tar formats
* don't have enough bits, and cpio and tar don't notice the lossage.
* There are also some sign extension bugs.
*/
diff --git a/sys/sys/diskslice.h b/sys/sys/diskslice.h
index c672733..6721e33 100644
--- a/sys/sys/diskslice.h
+++ b/sys/sys/diskslice.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: diskslice.h,v 1.8 1995/05/01 00:07:17 julian Exp $
+ * $Id: diskslice.h,v 1.9 1995/05/08 16:27:10 bde Exp $
*/
#ifndef _SYS_DISKSLICE_H_
@@ -61,7 +61,7 @@ struct slice_switch (
/*
* etc.
* each routine is called with the address of the private data
- * and the minor number..
+ * and the minor number..
* Other arguments as needed
*/
};
diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h
index 258695f..4742a01 100644
--- a/sys/sys/filedesc.h
+++ b/sys/sys/filedesc.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)filedesc.h 8.1 (Berkeley) 6/2/93
- * $Id: filedesc.h,v 1.4 1994/10/02 17:24:44 phk Exp $
+ * $Id: filedesc.h,v 1.5 1995/03/16 18:16:16 bde Exp $
*/
#ifndef _SYS_FILEDESC_H_
@@ -52,7 +52,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 */
diff --git a/sys/sys/gmon.h b/sys/sys/gmon.h
index 471694d..bc60cf4 100644
--- a/sys/sys/gmon.h
+++ b/sys/sys/gmon.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)gmon.h 8.2 (Berkeley) 1/4/94
- * $Id: gmon.h,v 1.4 1995/03/16 18:16:17 bde Exp $
+ * $Id: gmon.h,v 1.5 1995/05/14 03:00:04 davidg Exp $
*/
#ifndef _SYS_GMON_H_
@@ -76,7 +76,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
@@ -84,9 +84,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.
*/
@@ -112,7 +112,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 {
diff --git a/sys/sys/imgact.h b/sys/sys/imgact.h
index 320794b..354efb2 100644
--- a/sys/sys/imgact.h
+++ b/sys/sys/imgact.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: imgact.h,v 1.7 1994/08/21 04:41:47 paul Exp $
+ * $Id: imgact.h,v 1.8 1994/10/02 17:24:45 phk Exp $
*/
#ifndef _SYS_IMGACT_H_
@@ -60,4 +60,4 @@ struct image_params {
int exec_extract_strings __P((struct image_params *));
int exec_new_vmspace __P((struct image_params *));
#endif
-#endif
+#endif
diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h
index d701509..50d5979 100644
--- a/sys/sys/imgact_aout.h
+++ b/sys/sys/imgact_aout.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)exec.h 8.1 (Berkeley) 6/11/93
- * $Id: imgact_aout.h,v 1.1 1994/09/24 21:09:18 davidg Exp $
+ * $Id: imgact_aout.h,v 1.2 1994/12/30 08:06:19 bde Exp $
*/
#ifndef _IMGACT_AOUT_H_
@@ -84,7 +84,7 @@
/* Text segment offset. */
#define N_TXTOFF(ex) \
(N_GETMAGIC(ex) == ZMAGIC ? __LDPGSZ : (N_GETMAGIC(ex) == QMAGIC || \
- N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec))
+ N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec))
/* Data segment offset. */
#define N_DATOFF(ex) \
diff --git a/sys/sys/inflate.h b/sys/sys/inflate.h
index 57a0c0f..a16ce4f 100644
--- a/sys/sys/inflate.h
+++ b/sys/sys/inflate.h
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: inflate.h,v 1.4 1994/10/22 11:40:38 phk Exp $
+ * $Id: inflate.h,v 1.5 1995/04/15 06:54:04 phk Exp $
*
*/
#ifndef _SYS_INFLATE_H_
@@ -27,7 +27,7 @@ struct inflate {
/* This pointer is passed along to the two functions below */
void *gz_private;
-
+
/* Fetch next character to be uncompressed */
int (*gz_input) (void *);
diff --git a/sys/sys/linedisc.h b/sys/sys/linedisc.h
index 10fbbd3a..d42e116 100644
--- a/sys/sys/linedisc.h
+++ b/sys/sys/linedisc.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)conf.h 8.3 (Berkeley) 1/21/94
- * $Id: conf.h,v 1.13 1995/05/12 19:17:24 wollman Exp $
+ * $Id: conf.h,v 1.14 1995/05/14 03:00:03 davidg Exp $
*/
#ifndef _SYS_CONF_H_
@@ -55,10 +55,10 @@ struct vnode;
typedef void d_strategy_t __P((struct buf *));
typedef int d_open_t __P((dev_t, int, int, struct proc *));
typedef int d_close_t __P((dev_t, int, int, struct proc *));
-typedef int d_ioctl_t __P((dev_t, int, caddr_t, int, struct proc *));
+typedef int d_ioctl_t __P((dev_t, int, caddr_t, int, struct proc *));
typedef int d_dump_t __P((dev_t));
typedef int d_psize_t __P((dev_t));
-
+
typedef int d_read_t __P((dev_t, struct uio *, int));
typedef int d_write_t __P((dev_t, struct uio *, int));
typedef int d_rdwr_t __P((dev_t, struct uio *, int));
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index d102a1e..1e6b19a 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mount.h 8.13 (Berkeley) 3/27/94
- * $Id: mount.h,v 1.17 1995/04/20 03:18:17 julian Exp $
+ * $Id: mount.h,v 1.18 1995/05/21 21:39:24 davidg Exp $
*/
#ifndef _SYS_MOUNT_H_
@@ -298,7 +298,7 @@ struct vfsops {
}; \
DATA_SET(vfs_set,_fs_vfsconf)
#endif /* VFS_LKM */
-
+
#endif /* KERNEL */
/*
diff --git a/sys/sys/queue.h b/sys/sys/queue.h
index 2a257e0..0c53c00 100644
--- a/sys/sys/queue.h
+++ b/sys/sys/queue.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)queue.h 8.4 (Berkeley) 1/4/94
- * $Id$
+ * $Id: queue.h,v 1.2 1994/08/02 07:53:25 davidg Exp $
*/
#ifndef _SYS_QUEUE_H_
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h
index 82d5849..2b7180b 100644
--- a/sys/sys/snoop.h
+++ b/sys/sys/snoop.h
@@ -22,13 +22,13 @@
* usage there is no need to
* allocate more.
*/
-#define SNOOP_MAXLEN (64*1024) /* This one also,64K enough
+#define SNOOP_MAXLEN (64*1024) /* This one also,64K enough
* If we grow more,something
* really bad in this world..
*/
/*
- * This is the main snoop per-device
+ * This is the main snoop per-device
* structure...
*/
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h
index e215e1f..9ac9dfa 100644
--- a/sys/sys/socketvar.h
+++ b/sys/sys/socketvar.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)socketvar.h 8.1 (Berkeley) 6/2/93
- * $Id: socketvar.h,v 1.4 1994/08/21 04:41:58 paul Exp $
+ * $Id: socketvar.h,v 1.5 1994/10/02 17:24:57 phk Exp $
*/
#ifndef _SYS_SOCKETVAR_H_
@@ -231,7 +231,7 @@ int sbreserve __P((struct sockbuf *,u_long));
int soreserve __P((struct socket *,u_long,u_long));
int sb_lock __P((struct sockbuf *));
int sbwait __P((struct sockbuf *));
-void sbdrop __P((struct sockbuf *, int));
+void sbdrop __P((struct sockbuf *, int));
void sofree __P((struct socket *));
void sorflush __P((struct socket *));
int soqremque __P((struct socket *,int));
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 8291c07..7bd55eb 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -25,12 +25,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: soundcard.h,v 1.11 1995/02/13 22:48:54 jkh Exp $
+ * $Id: soundcard.h,v 1.12 1995/03/08 18:43:49 ugen Exp $
*/
- /*
+ /*
* If you make modifications to this file, please contact me before
- * distributing the modified version. There is already enough
+ * distributing the modified version. There is already enough
* divercity in the world.
*
* Regards,
@@ -134,7 +134,7 @@ struct patch_info {
long len; /* Size of the wave data in bytes */
long loop_start, loop_end; /* Byte offsets from the beginning */
-/*
+/*
* The base_freq and base_note fields are used when computing the
* playback speed for a note. The base_note defines the tone frequency
* which is heard if the sample is played using the base_freq as the
@@ -163,7 +163,7 @@ struct patch_info {
unsigned char env_rate[ 6 ]; /* GUS HW ramping rate */
unsigned char env_offset[ 6 ]; /* 255 == 100% */
- /*
+ /*
* The tremolo, vibrato and scale info are not supported yet.
* Enable by setting the mode bits WAVE_TREMOLO, WAVE_VIBRATO or
* WAVE_SCALE
@@ -172,14 +172,14 @@ struct patch_info {
unsigned char tremolo_sweep;
unsigned char tremolo_rate;
unsigned char tremolo_depth;
-
+
unsigned char vibrato_sweep;
unsigned char vibrato_rate;
unsigned char vibrato_depth;
int scale_frequency;
unsigned int scale_factor; /* from 0 to 2048 or 0 to 2 */
-
+
int volume;
int spare[4];
char data[1]; /* The waveform data starts here */
@@ -216,7 +216,7 @@ struct sysex_info {
* This structure is also used with ioctl(SNDCTL_PGMR_IFACE) which allows
* a patch manager daemon to read and write device parameters. This
* ioctl available through /dev/sequencer also. Avoid using it since it's
- * extremely hardware dependent. In addition access trough /dev/sequencer
+ * extremely hardware dependent. In addition access trough /dev/sequencer
* may confuse the patch manager daemon.
*/
@@ -230,8 +230,8 @@ struct patmgr_info { /* Note! size must be < 4k since kmalloc() is used */
int device;
int command;
-/*
- * Commands 0x000 to 0xfff reserved for patch manager programs
+/*
+ * Commands 0x000 to 0xfff reserved for patch manager programs
*/
#define PM_GET_DEVTYPE 1 /* Returns type of the patch mgr interface of dev */
#define PMTYPE_FM2 1 /* 2 OP fm */
@@ -251,7 +251,7 @@ struct patmgr_info { /* Note! size must be < 4k since kmalloc() is used */
*/
#define _PM_LOAD_PATCH 0x100
-/*
+/*
* Commands above 0xffff reserved for device specific use
*/
@@ -282,7 +282,7 @@ struct patmgr_info { /* Note! size must be < 4k since kmalloc() is used */
* /dev/sequencer input events.
*
* The data written to the /dev/sequencer is a stream of events. Events
- * are records of 4 or 8 bytes. The first byte defines the size.
+ * are records of 4 or 8 bytes. The first byte defines the size.
* Any number of events can be written with a write call. There
* is a set of macros for sending these events. Use these macros if you
* want to maximize portability of your program.
@@ -421,13 +421,13 @@ struct patmgr_info { /* Note! size must be < 4k since kmalloc() is used */
* of the associated synthesizer device. There is no limit to the size
* of the extended events. These events are not queued but executed
* immediately when the write() is called (execution can take several
- * seconds of time).
+ * seconds of time).
*
* When a SEQ_FULLSIZE message is written to the device, it must
* be written using exactly one write() call. Other events cannot
* be mixed to the same write.
- *
- * For FM synths (YM3812/OPL3) use struct sbi_instrument and write it to the
+ *
+ * For FM synths (YM3812/OPL3) use struct sbi_instrument and write it to the
* /dev/sequencer. Don't write other data together with the instrument structure
* Set the key field of the structure to FM_PATCH. The device field is used to
* route the patch to the corresponding device.
@@ -471,7 +471,7 @@ struct synth_info { /* Read only */
int nr_voices;
int nr_drums; /* Obsolete field */
int instr_bank_size;
- unsigned long capabilities;
+ unsigned long capabilities;
#define SYNTH_CAP_PERCMODE 0x00000001 /* No longer used */
#define SYNTH_CAP_OPL3 0x00000002 /* Set if OPL3 supported */
#define SYNTH_CAP_INPUT 0x00000004 /* Input (MIDI) device */
@@ -572,12 +572,12 @@ struct pss_speaker {
/*********************************************
* IOCTL commands for /dev/mixer
*/
-
-/*
+
+/*
* Mixer devices
*
* There can be up to 20 different analog mixer channels. The
- * SOUND_MIXER_NRDEVICES gives the currently supported maximum.
+ * SOUND_MIXER_NRDEVICES gives the currently supported maximum.
* The SOUND_MIXER_READ_DEVMASK returns a bitmask which tells
* the devices supported by the particular mixer.
*/
@@ -688,7 +688,7 @@ struct pss_speaker {
/*
* The 4 most significant bits of byte 0 specify the class of
- * the event:
+ * the event:
*
* 0x8X = system level events,
* 0x9X = device/port specific events, event[1] = device/port,
@@ -742,7 +742,7 @@ struct pss_speaker {
#define TMR_SPP 10 /* Song position pointer */
#define TMR_TIMESIG 11 /* Time signature */
-#if (!defined(__KERNEL__) && !defined(KERNEL) && !defined(INKERNEL) && !defined(_KERNEL)) || defined(USE_SEQ_MACROS)
+#if (!defined(__KERNEL__) && !defined(KERNEL) && !defined(INKERNEL) && !defined(_KERNEL)) || defined(USE_SEQ_MACROS)
/*
* Some convenience macros to simplify programming of the
* /dev/sequencer interface
@@ -783,16 +783,16 @@ void seqbuf_dump(void); /* This function must be provided by programs */
/*
* This variation of the sequencer macros is used just to format one event
* using fixed buffer.
- *
+ *
* The program using the macro library must define the following macros before
* using this library.
*
- * #define _seqbuf name of the buffer (unsigned char[])
+ * #define _seqbuf name of the buffer (unsigned char[])
* #define _SEQ_ADVBUF(len) If the applic needs to know the exact
* size of the event, this macro can be used.
* Otherwise this must be defined as empty.
* #define _seqbufptr Define the name of index variable or 0 if
- * not required.
+ * not required.
*/
#define _SEQ_NEEDBUF(len) /* empty */
#endif
@@ -914,7 +914,7 @@ void seqbuf_dump(void); /* This function must be provided by programs */
#define SEQ_TIME_SIGNATURE(sig) _TIMER_EVENT(TMR_TIMESIG, sig)
/*
- * Events for the level 1 interface only
+ * Events for the level 1 interface only
*/
#define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
index 0755fae..99ae6b9 100644
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)stat.h 8.6 (Berkeley) 3/8/94
- * $Id: stat.h,v 1.4 1994/09/20 22:24:26 bde Exp $
+ * $Id: stat.h,v 1.5 1994/10/02 17:24:57 phk Exp $
*/
#ifndef _SYS_STAT_H_
@@ -180,7 +180,7 @@ struct stat {
#endif /* !_POSIX_SOURCE */
#ifdef KERNEL
-void cvtstat __P((struct stat *, struct ostat *));
+void cvtstat __P((struct stat *, struct ostat *));
#else /* KERNEL */
#include <sys/cdefs.h>
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index 822f70c..2c61798 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)sysctl.h 8.1 (Berkeley) 6/2/93
- * $Id: sysctl.h,v 1.21 1995/03/16 18:16:26 bde Exp $
+ * $Id: sysctl.h,v 1.22 1995/05/12 19:17:25 wollman Exp $
*/
#ifndef _SYS_SYSCTL_H_
@@ -63,7 +63,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.
@@ -181,7 +181,7 @@ struct ctlname {
{ "vfsconf", CTLTYPE_STRUCT }, \
}
-/*
+/*
* KERN_PROC subtypes
*/
#define KERN_PROC_ALL 0 /* everything */
@@ -192,7 +192,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 {
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index 5676b88..54a3d44 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)systm.h 8.4 (Berkeley) 2/23/94
- * $Id: systm.h,v 1.20 1995/05/02 05:35:07 davidg Exp $
+ * $Id: systm.h,v 1.21 1995/05/14 03:00:06 davidg Exp $
*/
#ifndef _SYS_SYSTM_H_
@@ -57,7 +57,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.
*
diff --git a/sys/sys/termios.h b/sys/sys/termios.h
index 8c83d1d..14b2648 100644
--- a/sys/sys/termios.h
+++ b/sys/sys/termios.h
@@ -31,18 +31,18 @@
* SUCH DAMAGE.
*
* @(#)termios.h 8.3 (Berkeley) 3/28/94
- * $Id: termios.h,v 1.4 1995/04/30 14:56:30 bde Exp $
+ * $Id: termios.h,v 1.5 1995/05/11 07:52:47 bde Exp $
*/
#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 */
@@ -52,7 +52,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 */
@@ -141,7 +141,7 @@
#endif
-/*
+/*
* "Local" flags - dumping ground for other state
*
* Warning: some flags in this structure begin with
@@ -189,7 +189,7 @@ struct termios {
speed_t c_ospeed; /* output speed */
};
-/*
+/*
* Commands passed to tcsetattr() for setting the termios structure.
*/
#define TCSANOW 0 /* make change immediate */
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h
index 00a8e26..75c8619 100644
--- a/sys/sys/ttycom.h
+++ b/sys/sys/ttycom.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)ttycom.h 8.1 (Berkeley) 3/28/94
- * $Id: ttycom.h,v 1.7 1995/01/05 00:01:07 ache Exp $
+ * $Id: ttycom.h,v 1.8 1995/03/30 05:17:50 ache Exp $
*/
#ifndef _SYS_TTYCOM_H_
@@ -124,7 +124,7 @@ struct winsize {
#define TIOCDRAIN _IO('t', 94) /* wait till output drained */
#define TIOCMSDTRWAIT _IOW('t', 91, int) /* modem: set wait on close */
#define TIOCMGDTRWAIT _IOR('t', 90, int) /* modem: get wait on close */
-#define TIOCTIMESTAMP _IOR('t', 89, struct timeval) /* get timestamp of
+#define TIOCTIMESTAMP _IOR('t', 89, struct timeval) /* get timestamp of
last interrupt for xntp. */
#define TIOCDSIMICROCODE _IO('t', 85) /* Download microcode to
DSI Softmodem */
diff --git a/sys/sys/ttydefaults.h b/sys/sys/ttydefaults.h
index dfc7e47..43216c7 100644
--- a/sys/sys/ttydefaults.h
+++ b/sys/sys/ttydefaults.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)ttydefaults.h 8.4 (Berkeley) 1/21/94
- * $Id: ttydefaults.h,v 1.7 1995/03/06 02:50:49 nate Exp $
+ * $Id: ttydefaults.h,v 1.8 1995/05/11 07:52:48 bde Exp $
*/
/*
@@ -89,7 +89,7 @@
*/
#ifdef TTYDEFCHARS
static 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
};
diff --git a/sys/sys/un.h b/sys/sys/un.h
index a2de0ee..b85714b 100644
--- a/sys/sys/un.h
+++ b/sys/sys/un.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)un.h 8.1 (Berkeley) 6/2/93
- * $Id: un.h,v 1.4 1994/08/21 04:42:09 paul Exp $
+ * $Id: un.h,v 1.5 1994/10/02 17:25:03 phk Exp $
*/
#ifndef _SYS_UN_H_
@@ -52,9 +52,9 @@ struct sockaddr_un {
#ifdef KERNEL
int unp_connect2 __P((struct socket*,struct socket*));
-void unp_detach __P((struct unpcb *));
+void unp_detach __P((struct unpcb *));
void unp_disconnect __P((struct unpcb *));
-void unp_shutdown __P((struct unpcb *));
+void unp_shutdown __P((struct unpcb *));
void unp_drop __P((struct unpcb *, int));
void unp_gc __P((void));
void unp_scan __P((struct mbuf *, void (*)(struct file *)));
diff --git a/sys/sys/user.h b/sys/sys/user.h
index 607acdd..08e74dc 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)user.h 8.2 (Berkeley) 9/23/93
- * $Id: user.h,v 1.2 1994/08/02 07:54:06 davidg Exp $
+ * $Id: user.h,v 1.3 1994/08/21 04:42:10 paul Exp $
*/
#ifndef _SYS_USER_H_
@@ -58,7 +58,7 @@
* This structure may or may not be at the same kernel address
* in all processes.
*/
-
+
struct user {
struct pcb u_pcb;
diff --git a/sys/sys/vlimit.h b/sys/sys/vlimit.h
index 9cd1bf5..b1a1fe3 100644
--- a/sys/sys/vlimit.h
+++ b/sys/sys/vlimit.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vlimit.h 8.1 (Berkeley) 6/2/93
- * $Id: vlimit.h,v 1.2 1994/08/02 07:54:11 davidg Exp $
+ * $Id: vlimit.h,v 1.3 1994/08/21 04:42:13 paul Exp $
*/
#ifndef _SYS_VLIMIT_H_
@@ -52,4 +52,4 @@
#define INFINITY 0x7fffffff
-#endif
+#endif
diff --git a/sys/sys/vsio.h b/sys/sys/vsio.h
index 3d67cd6..b867b8b 100644
--- a/sys/sys/vsio.h
+++ b/sys/sys/vsio.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vsio.h 8.1 (Berkeley) 6/2/93
- * $Id: vsio.h,v 1.2 1994/08/02 07:54:14 davidg Exp $
+ * $Id: vsio.h,v 1.3 1994/08/21 04:42:16 paul Exp $
*/
#ifndef _SYS_VSIO_H_
@@ -58,16 +58,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
*/
@@ -92,7 +92,7 @@
#define VS_FIB_FINITE 1 /* finite retries */
#define VS_FIB_INFINITE 2 /* infinite retries */
-/*
+/*
* Event queue entries
*/
diff --git a/sys/sys/wait.h b/sys/sys/wait.h
index 85ae401..0b8ec48 100644
--- a/sys/sys/wait.h
+++ b/sys/sys/wait.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)wait.h 8.1 (Berkeley) 6/2/93
- * $Id: wait.h,v 1.2 1994/08/02 07:54:15 davidg Exp $
+ * $Id: wait.h,v 1.3 1994/08/21 04:42:17 paul Exp $
*/
#ifndef _SYS_WAIT_H_
@@ -103,13 +103,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 */
@@ -122,12 +122,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 */
OpenPOWER on IntegriCloud