1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove a stray comment terminator that was hiding beyond 80 columns.

This commit is contained in:
Matthew N. Dodd 2002-04-17 07:04:58 +00:00
parent 1462e313d4
commit f5d1240c12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94926

View File

@ -342,7 +342,7 @@ struct t_atm_bearer {
/* traffic_type */
#define T_ATM_CBR 0x01 /* Constant bit rate */
#define T_ATM_VBR 0x02 /* Variable bit rate */
#define T_ATM_ABR 0x03 /* Available Bit Rate */ */
#define T_ATM_ABR 0x03 /* Available Bit Rate */
#define T_ATM_UBR 0x04 /* Unspecified bit rate */
/* timing_requirements */