diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-05-01 11:26:14 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-05-01 11:26:14 +0000 |
| commit | de79862524c4861120393b4732e0b6c47845d39b (patch) | |
| tree | 795788bb5c610137c7e3a5798a30e0c7a576132c /sys/i4b | |
| parent | 4e7c865a3da13cd66c0eafa850595b2f5c98da9e (diff) | |
Notes
Diffstat (limited to 'sys/i4b')
| -rw-r--r-- | sys/i4b/driver/i4b_isppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i4b/driver/i4b_isppp.c b/sys/i4b/driver/i4b_isppp.c index 2a6dd35420a9..783428b2a38c 100644 --- a/sys/i4b/driver/i4b_isppp.c +++ b/sys/i4b/driver/i4b_isppp.c @@ -52,7 +52,7 @@ #ifndef __NetBSD__ #if NI4BISPPP == 0 -# error "You need to define `pseudo-device sppp <N>' with options ISPPP" +# error "You need to define `device sppp <N>' with options ISPPP" #endif #endif |
