summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-10 15:55:34 +0000
committerbde <bde@FreeBSD.org>1995-12-10 15:55:34 +0000
commit99e5039c72eb0b5010c09ee57fb090ef468688c7 (patch)
treef662b88f29ea0b27902ef1878e7b04370f7d3b1f /sys/gnu
parentea83bba5aad7ea3d22e1e05e697b152bd0499edd (diff)
downloadFreeBSD-src-99e5039c72eb0b5010c09ee57fb090ef468688c7.zip
FreeBSD-src-99e5039c72eb0b5010c09ee57fb090ef468688c7.tar.gz
Removed new alias d_size_t for d_psize_t.
Removed old aliases d_rdwr_t and d_ttycv_t for d_read_t/d_write_t and d_devtotty_t. Sorted declarations of switch functions into switch order. Removed duplicated comments and declarations of nonexistent switch functions.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/isa/dgb.c4
-rw-r--r--sys/gnu/isdn/iitty.c9
-rw-r--r--sys/gnu/isdn/isdn.c8
3 files changed, 13 insertions, 8 deletions
diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c
index f293977..69bf30c 100644
--- a/sys/gnu/i386/isa/dgb.c
+++ b/sys/gnu/i386/isa/dgb.c
@@ -1,5 +1,5 @@
/*-
- * dgb.c $Id: dgb.c,v 1.10 1995/12/08 11:12:42 julian Exp $
+ * dgb.c $Id: dgb.c,v 1.11 1995/12/08 23:19:28 phk Exp $
*
* Digiboard driver.
*
@@ -201,7 +201,7 @@ static d_read_t dgbread;
static d_write_t dgbwrite;
static d_ioctl_t dgbioctl;
static d_stop_t dgbstop;
-static d_ttycv_t dgbdevtotty;
+static d_devtotty_t dgbdevtotty;
#define CDEV_MAJOR 58
static struct cdevsw dgb_cdevsw =
diff --git a/sys/gnu/isdn/iitty.c b/sys/gnu/isdn/iitty.c
index 4304335..3deb1c9 100644
--- a/sys/gnu/isdn/iitty.c
+++ b/sys/gnu/isdn/iitty.c
@@ -1,6 +1,6 @@
-static char _ittyid[] = "@(#)$Id: iitty.c,v 1.16 1995/12/08 11:12:56 julian Exp $";
+static char _ittyid[] = "@(#)$Id: iitty.c,v 1.17 1995/12/08 23:19:42 phk Exp $";
/*******************************************************************************
- * II - Version 0.1 $Revision: 1.16 $ $State: Exp $
+ * II - Version 0.1 $Revision: 1.17 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -10,6 +10,9 @@ static char _ittyid[] = "@(#)$Id: iitty.c,v 1.16 1995/12/08 11:12:56 julian
*
*******************************************************************************
* $Log: iitty.c,v $
+ * Revision 1.17 1995/12/08 23:19:42 phk
+ * Julian forgot to make the *devsw structures static.
+ *
* Revision 1.16 1995/12/08 11:12:56 julian
* Pass 3 of the great devsw changes
* most devsw referenced functions are now static, as they are
@@ -220,7 +223,7 @@ static d_read_t ityread;
static d_write_t itywrite;
static d_ioctl_t ityioctl;
static d_stop_t itystop;
-static d_ttycv_t itydevtotty;
+static d_devtotty_t itydevtotty;
#define CDEV_MAJOR 56
static struct cdevsw ity_cdevsw =
diff --git a/sys/gnu/isdn/isdn.c b/sys/gnu/isdn/isdn.c
index d77bed9..7c62e71 100644
--- a/sys/gnu/isdn/isdn.c
+++ b/sys/gnu/isdn/isdn.c
@@ -1,6 +1,6 @@
-static char _isdnid[] = "@(#)$Id: isdn.c,v 1.9 1995/12/08 11:13:01 julian Exp $";
+static char _isdnid[] = "@(#)$Id: isdn.c,v 1.10 1995/12/08 23:19:44 phk Exp $";
/*******************************************************************************
- * II - Version 0.1 $Revision: 1.9 $ $State: Exp $
+ * II - Version 0.1 $Revision: 1.10 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -10,6 +10,9 @@ static char _isdnid[] = "@(#)$Id: isdn.c,v 1.9 1995/12/08 11:13:01 julian Ex
*
*******************************************************************************
* $Log: isdn.c,v $
+ * Revision 1.10 1995/12/08 23:19:44 phk
+ * Julian forgot to make the *devsw structures static.
+ *
* Revision 1.9 1995/12/08 11:13:01 julian
* Pass 3 of the great devsw changes
* most devsw referenced functions are now static, as they are
@@ -128,7 +131,6 @@ static void passout __P((int unit, int l, char *buf));
static d_open_t isdnopen;
static d_close_t isdnclose;
-static d_rdwr_t isdnrw;
static d_read_t isdnread;
static d_write_t isdnwrite;
static d_ioctl_t isdnioctl;
OpenPOWER on IntegriCloud