gpgme/gpgme (ttyname_r.c)

cvs user marcus cvs at cvs.gnupg.org
Sat Dec 11 16:44:36 CET 2004


    Date: Saturday, December 11, 2004 @ 16:48:34
  Author: marcus
    Path: /cvs/gpgme/gpgme/gpgme

Modified: ttyname_r.c

Small beautification.


-------------+
 ttyname_r.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: gpgme/gpgme/ttyname_r.c
diff -u gpgme/gpgme/ttyname_r.c:1.1 gpgme/gpgme/ttyname_r.c:1.2
--- gpgme/gpgme/ttyname_r.c:1.1	Sat Dec 11 16:48:00 2004
+++ gpgme/gpgme/ttyname_r.c	Sat Dec 11 16:48:34 2004
@@ -29,7 +29,8 @@
 
 #warning ttyname is not thread-safe, and ttyname_r is missing
 
-int ttyname_r(int fd, char *buf, size_t buflen)
+int
+ttyname_r (int fd, char *buf, size_t buflen)
 {
   char *tty;
 




More information about the Gnupg-commits mailing list