clean up awk syntax
[unix-history] / usr / src / sys / netns / ns_pcb.h
index 9a43c09..c92d9a2 100644 (file)
@@ -1,9 +1,9 @@
 /*
 /*
- * Copyright (c) 1984, 1985 Regents of the University of California.
+ * Copyright (c) 1984, 1985, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ns_pcb.h    6.5 (Berkeley) %G%
+ *     @(#)ns_pcb.h    7.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -48,6 +48,6 @@ struct nspcb {
 
 
 #ifdef KERNEL
 
 
 #ifdef KERNEL
-extern struct nspcb nspcb;                     /* head of list */
-extern struct nspcb *ns_pcblookup();
+struct nspcb nspcb;                    /* head of list */
+struct nspcb *ns_pcblookup();
 #endif
 #endif