diff options
author | Brian Somers <brian@FreeBSD.org> | 1999-06-05 21:36:00 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1999-06-05 21:36:00 +0000 |
commit | f5a99677a3e38486bcd1b54cd8010e83bcf77d0c (patch) | |
tree | 47e813914a211aa286b96273f7644ca5f79d9458 /usr.sbin/ppp/tcp.h | |
parent | ca2d7b4a51c0556b4f0e2e6a5b30459b041b8ad7 (diff) | |
download | src-test2-f5a99677a3e38486bcd1b54cd8010e83bcf77d0c.tar.gz src-test2-f5a99677a3e38486bcd1b54cd8010e83bcf77d0c.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/tcp.h')
-rw-r--r-- | usr.sbin/ppp/tcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/tcp.h b/usr.sbin/ppp/tcp.h index 9eea4175f367..53cbcfb447e5 100644 --- a/usr.sbin/ppp/tcp.h +++ b/usr.sbin/ppp/tcp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tcp.h,v 1.1 1999/05/08 11:07:45 brian Exp $ + * $Id: tcp.h,v 1.2 1999/05/12 09:49:05 brian Exp $ */ struct physical; @@ -31,3 +31,4 @@ struct physical; extern struct device *tcp_Create(struct physical *); extern struct device *tcp_iov2device(int, struct physical *, struct iovec *, int *, int); +#define tcp_DeviceSize physical_DeviceSize |