deleted something in merging
[unix-history] / usr / src / sys / net / raw_cb.h
index 3cea24e..41edf71 100644 (file)
@@ -1,4 +1,4 @@
-/*     raw_cb.h        4.2     82/02/01        */
+/*     raw_cb.h        4.3     82/02/02        */
 
 /*
  * Raw protocol interface control block.  Used
 
 /*
  * Raw protocol interface control block.  Used
@@ -28,8 +28,9 @@ struct rawcb {
 #define        RAWRCVQ         2048
 
 /*
 #define        RAWRCVQ         2048
 
 /*
- * Format of raw interface header appended by
- * raw_input after call from protocol specific input routine.
+ * Format of raw interface header prepended by
+ * raw_input after call from protocol specific
+ * input routine.
  */
 struct raw_header {
        struct  sockproto raw_protocol; /* format of packet */
  */
 struct raw_header {
        struct  sockproto raw_protocol; /* format of packet */