diff options
Diffstat (limited to 'usr.sbin/tcpdump/fddi.h')
-rw-r--r-- | usr.sbin/tcpdump/fddi.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/usr.sbin/tcpdump/fddi.h b/usr.sbin/tcpdump/fddi.h index 800284661bc..a97bd3e0477 100644 --- a/usr.sbin/tcpdump/fddi.h +++ b/usr.sbin/tcpdump/fddi.h @@ -1,8 +1,7 @@ -/**//* $OpenBSD: fddi.h,v 1.3 1996/06/10 07:47:17 deraadt Exp $ */ -/* $NetBSD: fddi.h,v 1.2 1995/03/06 19:10:10 mycroft Exp $ */ +/* $OpenBSD: fddi.h,v 1.4 1996/07/13 11:01:09 mickey Exp $ */ /* - * Copyright (c) 1992, 1993, 1994 + * Copyright (c) 1992, 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 @@ -21,7 +20,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) Header: fddi.h,v 1.6 94/06/14 20:12:35 leres Exp (LBL) + * @(#) Header: fddi.h,v 1.8 96/06/03 03:06:04 leres Exp (LBL) */ /* @@ -35,13 +34,6 @@ */ struct fddi_header { -#if defined(ultrix) || defined(__alpha) - /* Ultrix pads to make everything line up on a nice boundary */ -#define FDDIPAD 3 - u_char fddi_ph[FDDIPAD]; -#else -#define FDDIPAD 0 -#endif u_char fddi_fc; /* frame control */ u_char fddi_dhost[6]; u_char fddi_shost[6]; |