summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pty.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-13 20:42:18 +0000
committersteve <steve@FreeBSD.org>1997-08-13 20:42:18 +0000
commit4102fc6259017596ce968a211289d94f499fdf3f (patch)
treed3d2145bdaed078b156b57c6d3bce226d88f7ced /lib/libutil/pty.c
parent0d371398d74dd205808caafce0fe3b2e440ef9ec (diff)
downloadFreeBSD-src-4102fc6259017596ce968a211289d94f499fdf3f.zip
FreeBSD-src-4102fc6259017596ce968a211289d94f499fdf3f.tar.gz
Protect the copyright comments from reformatting by
indent and make this compile -Wall clean like the Makefile suggests that it should. :) Pointed out by: Bruce Evans <bde@zeta.org.au>
Diffstat (limited to 'lib/libutil/pty.c')
-rw-r--r--lib/libutil/pty.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c
index b00d687..57e684c 100644
--- a/lib/libutil/pty.c
+++ b/lib/libutil/pty.c
@@ -32,7 +32,12 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
+#if 0
static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94";
+#else
+static const char rcsid[] =
+ "$Id$";
+#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud