make ffs_subr.c work with fsck(8) again
[unix-history] / usr / src / sys / net / bpfdesc.h
index 80e0049..f2af39d 100644 (file)
@@ -1,16 +1,17 @@
-/*-
- * Copyright (c) 1991 The Regents of the University of California.
+/*
+ * Copyright (c) 1990, 1991 Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
  * All rights reserved.
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
- * to Berkeley by Steven McCanne of Lawrence Berkeley Laboratory.
+ * to Berkeley by Steven McCanne and Van Jacobson both of Lawrence
+ * Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)bpfdesc.h   7.1 (Berkeley) %G%
+ *      @(#)bpfdesc.h  7.3 (Berkeley) %G%
  *
  *
- * @(#) $Header: bpfdesc.h,v 1.7 90/12/04 01:05:01 mccanne Exp $ (LBL)
+ * @(#) $Header: bpfdesc.h,v 1.9 91/10/27 21:22:38 mccanne Exp $ (LBL)
  */
 
 /*
  */
 
 /*
@@ -46,6 +47,9 @@ struct bpf_d {
        u_char          bd_state;       /* idle, waiting, or timed out */
        u_char          bd_selcoll;     /* true if selects collide */
        u_char          bd_immediate;   /* true to return on packet arrival */
        u_char          bd_state;       /* idle, waiting, or timed out */
        u_char          bd_selcoll;     /* true if selects collide */
        u_char          bd_immediate;   /* true to return on packet arrival */
+#if BSD < 199103
+       int             bd_timedout;
+#endif
 };
 
 /*
 };
 
 /*