4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / libexec / getty / ttydefaults.c
index b40afa9..7638f4e 100644 (file)
@@ -1,16 +1,19 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ttydefaults.c      5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)ttydefaults.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/termios.h>
 
 #endif /* not lint */
 
 #include <sys/termios.h>
 
+#include "extern.h"
+
+void
 set_ttydefaults(fd)
        int fd;
 {
 set_ttydefaults(fd)
        int fd;
 {