include ultrix -> vaxuba
[unix-history] / usr / src / usr.bin / tn3270 / distribution / sys_dos / spint.h
index 20559cb..3a02285 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)spint.h     3.2 (Berkeley) %G%
+ */
+
 /*
  * The 'spint' (spawn and interrupt) routines use this structure.
  *
 /*
  * The 'spint' (spawn and interrupt) routines use this structure.
  *
@@ -11,4 +25,4 @@ typedef struct {
     int                        int_no; /* Which interrupt to wait on */
     int                        done;   /* Are we done, or just took an interrupt? */
     int                        rc;     /* return code */
     int                        int_no; /* Which interrupt to wait on */
     int                        done;   /* Are we done, or just took an interrupt? */
     int                        rc;     /* return code */
-} Spawn;
+} Spint;