diff options
| author | Brian Somers <brian@FreeBSD.org> | 2004-09-05 01:46:52 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2004-09-05 01:46:52 +0000 |
| commit | 057f1760a8171825b260dad27502f74ed5f69faf (patch) | |
| tree | fb5af1860e245ef67196527d9ba46e5c9e284bf6 /usr.sbin/ppp/datalink.h | |
| parent | 3f61368f03d40932bd1fbe095678fd44de5c8490 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/datalink.h')
| -rw-r--r-- | usr.sbin/ppp/datalink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/datalink.h b/usr.sbin/ppp/datalink.h index 64b3c160c5ca..060063d16ebb 100644 --- a/usr.sbin/ppp/datalink.h +++ b/usr.sbin/ppp/datalink.h @@ -53,7 +53,7 @@ struct bundle; struct datalink { struct fdescriptor desc; /* We play either a physical or a chat */ - int state; /* Our DATALINK_* state */ + unsigned state; /* Our DATALINK_* state */ struct physical *physical; /* Our link */ struct chat chat; /* For bringing the link up & down */ |
