Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Add void for ttyslot prototype.



details:   https://anonhg.NetBSD.org/src/rev/fe1c1ee6bef4
branches:  trunk
changeset: 779514:fe1c1ee6bef4
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu May 31 23:11:35 2012 +0000

description:
Add void for ttyslot prototype.

diffstat:

 lib/libc/gen/ttyname.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r eee80d5a92c8 -r fe1c1ee6bef4 lib/libc/gen/ttyname.3
--- a/lib/libc/gen/ttyname.3    Thu May 31 21:36:06 2012 +0000
+++ b/lib/libc/gen/ttyname.3    Thu May 31 23:11:35 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ttyname.3,v 1.22 2011/04/25 22:38:34 wiz Exp $
+.\"    $NetBSD: ttyname.3,v 1.23 2012/05/31 23:11:35 joerg Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)ttyname.3  8.1 (Berkeley) 6/4/93
 .\"
-.Dd June 25, 2008
+.Dd June 1, 2012
 .Dt TTYNAME 3
 .Os
 .Sh NAME
@@ -50,7 +50,7 @@
 .Fn isatty "int fd"
 .In stdlib.h
 .Ft int
-.Fn ttyslot
+.Fn ttyslot "void"
 .Sh DESCRIPTION
 These functions operate on the system file descriptors for terminal
 type devices.



Home | Main Index | Thread Index | Old Index