the window strings is NOT quoted at this point; other cleanups
[unix-history] / usr / src / lib / libc / gen / ttyname.c
index 09cb76a..a7dabea 100644 (file)
@@ -1,4 +1,7 @@
-/* @(#)ttyname.c       4.3 (Berkeley) %G% */
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)ttyname.c  5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
+
 /*
  * ttyname(f): return "/dev/ttyXX" which the the name of the
  * tty belonging to file f.
 /*
  * ttyname(f): return "/dev/ttyXX" which the the name of the
  * tty belonging to file f.