diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-07-13 11:01:36 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-07-13 11:01:36 +0000 |
commit | 8b4f92eb10cc8475dde595267c343b6fa7e42dc0 (patch) | |
tree | f88f41c10c46d9b00531c0178b7d4301a25e3119 /usr.sbin/tcpdump/appletalk.h | |
parent | 3b13e49cceec57c39e28d4263a3b3e19421dd2ea (diff) |
it is 3.2 now.
Diffstat (limited to 'usr.sbin/tcpdump/appletalk.h')
-rw-r--r-- | usr.sbin/tcpdump/appletalk.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/tcpdump/appletalk.h b/usr.sbin/tcpdump/appletalk.h index 537c0242c41..7943072a778 100644 --- a/usr.sbin/tcpdump/appletalk.h +++ b/usr.sbin/tcpdump/appletalk.h @@ -1,8 +1,7 @@ -/**//* $OpenBSD: appletalk.h,v 1.3 1996/06/10 07:47:12 deraadt Exp $ */ -/* $NetBSD: appletalk.h,v 1.2 1995/03/06 19:09:51 mycroft Exp $ */ +/* $OpenBSD: appletalk.h,v 1.4 1996/07/13 11:01:07 mickey Exp $ */ /* - * Copyright (c) 1988, 1989, 1990, 1993, 1994 + * Copyright (c) 1988, 1989, 1990, 1993, 1994, 1995, 1996 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +22,7 @@ * * AppleTalk protocol formats (courtesy Bill Croft of Stanford/SUMEX). * - * @(#) Header: appletalk.h,v 1.10 94/06/14 20:11:44 leres Exp (LBL) + * @(#) Header: appletalk.h,v 1.12 96/06/03 02:54:24 leres Exp (LBL) */ struct LAP { @@ -79,7 +78,7 @@ struct atATP { u_char control; u_char bitmap; u_short transID; - int32 userData; + int32_t userData; }; #define atpReqCode 0x40 |