diff options
Diffstat (limited to 'sys/i4b/driver/i4b_tel.c')
-rw-r--r-- | sys/i4b/driver/i4b_tel.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/i4b/driver/i4b_tel.c b/sys/i4b/driver/i4b_tel.c index 231886d..e13b5f4 100644 --- a/sys/i4b/driver/i4b_tel.c +++ b/sys/i4b/driver/i4b_tel.c @@ -26,13 +26,13 @@ * * i4b_tel.c - device driver for ISDN telephony * -------------------------------------------- - * - * $FreeBSD$ - * * last edit-date: [Tue Aug 27 13:54:08 2002] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "i4btel.h" #undef I4BTELDEBUG @@ -60,7 +60,6 @@ #include <i4b/layer4/i4b_l4.h> /* minor number: lower 6 bits = unit number */ - #define UNITBITS 6 #define UNITMASK 0x3f #define UNIT(n) (minor(n) & UNITMASK) |