diff options
Diffstat (limited to 'sys/gnu/isdn')
| -rw-r--r-- | sys/gnu/isdn/if_ii.c | 7 | ||||
| -rw-r--r-- | sys/gnu/isdn/iispy.c | 11 | ||||
| -rw-r--r-- | sys/gnu/isdn/iitel.c | 11 | ||||
| -rw-r--r-- | sys/gnu/isdn/iitty.c | 11 | ||||
| -rw-r--r-- | sys/gnu/isdn/isdn.c | 11 | ||||
| -rw-r--r-- | sys/gnu/isdn/isdn_ioctl.h | 9 |
6 files changed, 48 insertions, 12 deletions
diff --git a/sys/gnu/isdn/if_ii.c b/sys/gnu/isdn/if_ii.c index 280023d017a6..e362edf19dfa 100644 --- a/sys/gnu/isdn/if_ii.c +++ b/sys/gnu/isdn/if_ii.c @@ -1,6 +1,6 @@ -static char _if_iiid[] = "@(#)$Id: if_ii.c,v 1.2 1995/02/15 06:28:26 jkh Exp $"; +static char _if_iiid[] = "@(#)$Id: if_ii.c,v 1.3 1995/05/30 07:58:00 rgrimes Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.2 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.3 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,9 @@ static char _if_iiid[] = "@(#)$Id: if_ii.c,v 1.2 1995/02/15 06:28:26 jkh Exp * ******************************************************************************* * $Log: if_ii.c,v $ + * Revision 1.3 1995/05/30 07:58:00 rgrimes + * Remove trailing whitespace. + * * Revision 1.2 1995/02/15 06:28:26 jkh * Fix up include paths, nuke some warnings. * diff --git a/sys/gnu/isdn/iispy.c b/sys/gnu/isdn/iispy.c index 361cc7a95af7..27fce441141e 100644 --- a/sys/gnu/isdn/iispy.c +++ b/sys/gnu/isdn/iispy.c @@ -1,6 +1,6 @@ -static char _ispyid[] = "@(#)$Id: iispy.c,v 1.4 1995/09/08 11:06:56 bde Exp $"; +static char _ispyid[] = "@(#)$Id: iispy.c,v 1.3.4.1 1995/09/14 07:08:52 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.4 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.3.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char _ispyid[] = "@(#)$Id: iispy.c,v 1.4 1995/09/08 11:06:56 bde Exp * ******************************************************************************* * $Log: iispy.c,v $ + * Revision 1.3.4.1 1995/09/14 07:08:52 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.4 1995/09/08 11:06:56 bde * Fix benign type mismatches in devsw functions. 82 out of 299 devsw * functions were wrong. diff --git a/sys/gnu/isdn/iitel.c b/sys/gnu/isdn/iitel.c index b22ae7bb11f8..ca4e439ed229 100644 --- a/sys/gnu/isdn/iitel.c +++ b/sys/gnu/isdn/iitel.c @@ -1,6 +1,6 @@ -static char _itelid[] = "@(#)$Id: iitel.c,v 1.5 1995/09/08 11:06:57 bde Exp $"; +static char _itelid[] = "@(#)$Id: iitel.c,v 1.3.4.1 1995/09/14 07:08:53 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.5 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.3.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char _itelid[] = "@(#)$Id: iitel.c,v 1.5 1995/09/08 11:06:57 bde Exp * ******************************************************************************* * $Log: iitel.c,v $ + * Revision 1.3.4.1 1995/09/14 07:08:53 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.5 1995/09/08 11:06:57 bde * Fix benign type mismatches in devsw functions. 82 out of 299 devsw * functions were wrong. diff --git a/sys/gnu/isdn/iitty.c b/sys/gnu/isdn/iitty.c index f579291ab631..488203b65929 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.11 1995/07/31 21:28:42 bde Exp $"; +static char _ittyid[] = "@(#)$Id: iitty.c,v 1.5.4.1 1995/09/14 07:08:54 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.11 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.5.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char _ittyid[] = "@(#)$Id: iitty.c,v 1.11 1995/07/31 21:28:42 bde Exp * ******************************************************************************* * $Log: iitty.c,v $ + * Revision 1.5.4.1 1995/09/14 07:08:54 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.11 1995/07/31 21:28:42 bde * Use tsleep() instead of ttysleep() to wait for carrier since a generation * change isn't an error. diff --git a/sys/gnu/isdn/isdn.c b/sys/gnu/isdn/isdn.c index 0010b6a6c585..177784bf56ba 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.5 1995/09/08 11:06:58 bde Exp $"; +static char _isdnid[] = "@(#)$Id: isdn.c,v 1.4.4.1 1995/09/14 07:08:56 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.5 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.4.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char _isdnid[] = "@(#)$Id: isdn.c,v 1.5 1995/09/08 11:06:58 bde Exp $ * ******************************************************************************* * $Log: isdn.c,v $ + * Revision 1.4.4.1 1995/09/14 07:08:56 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.5 1995/09/08 11:06:58 bde * Fix benign type mismatches in devsw functions. 82 out of 299 devsw * functions were wrong. diff --git a/sys/gnu/isdn/isdn_ioctl.h b/sys/gnu/isdn/isdn_ioctl.h index e0475d1812c7..489de8fc84d4 100644 --- a/sys/gnu/isdn/isdn_ioctl.h +++ b/sys/gnu/isdn/isdn_ioctl.h @@ -1,6 +1,6 @@ -static char _isdn_ioctl_id[] = "@(#)$Id: isdn_ioctl.h,v 1.1 1995/02/14 15:00:35 jkh Exp $"; +static char _isdn_ioctl_id[] = "@(#)$Id: isdn_ioctl.h,v 1.2 1995/03/28 07:54:45 bde Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.1 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.2 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,11 @@ static char _isdn_ioctl_id[] = "@(#)$Id: isdn_ioctl.h,v 1.1 1995/02/14 15:00 * ******************************************************************************* * $Log: isdn_ioctl.h,v $ + * Revision 1.2 1995/03/28 07:54:45 bde + * Add and move declarations to fix all of the warnings from `gcc -Wimplicit' + * (except in netccitt, netiso and netns) that I didn't notice when I fixed + * "all" such warnings before. + * * Revision 1.1 1995/02/14 15:00:35 jkh * An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces. * EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface. |
